diff mbox series

[v2,3/4] ACPI: scan: Add CLSA0101 Laptop Support

Message ID 20220727095924.80884-4-tanureal@opensource.cirrus.com
State Accepted
Commit 87eb04bb87fbdf1d53f0fc64e6fc56ba2b504762
Headers show
Series Add support for CLSA0101 | expand

Commit Message

Lucas tanure July 27, 2022, 9:59 a.m. UTC
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>
---
 drivers/acpi/scan.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index b100e6ca9bb4..42cec8120f18 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -1722,6 +1722,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.