Skip to content

Commit a59c7b6

Browse files
ping1818jwrdegoede
authored andcommitted
platform/x86: intel-hid: add Alder Lake ACPI device ID
Alder Lake has a new ACPI ID for Intel HID event filter device. Signed-off-by: Ping Bao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent f7e506e commit a59c7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/intel-hid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
2525
{"INT33D5", 0},
2626
{"INTC1051", 0},
2727
{"INTC1054", 0},
28+
{"INTC1070", 0},
2829
{"", 0},
2930
};
3031
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);

0 commit comments

Comments
 (0)