]> www.infradead.org Git - users/hch/misc.git/commitdiff
i2c: usbio: Add ACPI device-id for MTL-CVF devices
authorHans de Goede <hansg@kernel.org>
Wed, 1 Oct 2025 21:23:10 +0000 (23:23 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 14 Oct 2025 11:54:43 +0000 (13:54 +0200)
Add "INTC10D2" ACPI device-id for MTL-CVF devices, like the Dell Latitude
7450.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2368506
Signed-off-by: Hans de Goede <hansg@kernel.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Israel Cepeda <israel.a.cepeda.lopez@intel.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/busses/i2c-usbio.c

index d42f9ab6e9a5c1a8ac4bb274e98a7b0d5ae76754..e7799abf67877906c7787235bddb28ac23168077 100644 (file)
@@ -27,6 +27,7 @@ static const struct acpi_device_id usbio_i2c_acpi_hids[] = {
        { "INTC1008" }, /* MTL */
        { "INTC10B3" }, /* ARL */
        { "INTC10B6" }, /* LNL */
+       { "INTC10D2" }, /* MTL-CVF */
        { "INTC10E3" }, /* PTL */
        { }
 };