projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e24881
)
ACPI: scan: Add CLSA0101 Laptop Support
author
Lucas Tanure
<tanureal@opensource.cirrus.com>
Wed, 27 Jul 2022 09:59:23 +0000
(10:59 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 28 Jul 2022 09:36:18 +0000
(11:36 +0200)
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>
drivers/acpi/scan.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/scan.c
b/drivers/acpi/scan.c
index 762b61f67e6c6db32ff1edcad58bec823e0aa4ff..834d6a2da7805291c364808dc32787c506d9c58d 100644
(file)
--- 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.