Skip to content

Commit 87eb04b

Browse files
Lucas Tanuretiwai
authored andcommitted
ACPI: scan: Add CLSA0101 Laptop Support
Add CLSA0101 id to the ignore_serial_bus_ids so serial-multi-instantiate can correctly instantiate the driver. Signed-off-by: Lucas Tanure <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 1e24881 commit 87eb04b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/scan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device)
17371737
{"INT3515", },
17381738
/* Non-conforming _HID for Cirrus Logic already released */
17391739
{"CLSA0100", },
1740+
{"CLSA0101", },
17401741
/*
17411742
* Some ACPI devs contain SerialBus resources even though they are not
17421743
* attached to a serial bus at all.

0 commit comments

Comments
 (0)