Skip to content

Commit 72f437e

Browse files
Hans de GoedeWolfram Sang
authored andcommitted
i2c: usbio: Add ACPI device-id for MTL-CVF devices
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>
1 parent ae11e08 commit 72f437e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-usbio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ static const struct acpi_device_id usbio_i2c_acpi_hids[] = {
2727
{ "INTC1008" }, /* MTL */
2828
{ "INTC10B3" }, /* ARL */
2929
{ "INTC10B6" }, /* LNL */
30+
{ "INTC10D2" }, /* MTL-CVF */
3031
{ "INTC10E3" }, /* PTL */
3132
{ }
3233
};

0 commit comments

Comments
 (0)