diff options
author | Lucas Tanure <tanureal@opensource.cirrus.com> | 2022-07-27 10:59:23 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-07-28 11:36:18 +0200 |
commit | 87eb04bb87fbdf1d53f0fc64e6fc56ba2b504762 (patch) | |
tree | c4ea1d31bb6261cd8bfcbfa407a1c3d4dcfefed1 /drivers/acpi | |
parent | 1e24881d8b2a7c198a67fe9e5179e9efb2140df7 (diff) | |
download | linux-87eb04bb87fbdf1d53f0fc64e6fc56ba2b504762.tar.bz2 |
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 <tanureal@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220727095924.80884-4-tanureal@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 762b61f67e6c..834d6a2da780 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1737,6 +1737,7 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) {"INT3515", }, /* Non-conforming _HID for Cirrus Logic already released */ {"CLSA0100", }, + {"CLSA0101", }, /* * Some ACPI devs contain SerialBus resources even though they are not * attached to a serial bus at all. |