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 <[email protected]> Acked-by: Sakari Ailus <[email protected]> Acked-by: Israel Cepeda <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent ae11e08 commit 72f437e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)