Skip to content

Commit bdd11b6

Browse files
gkammelarafaeljw
authored andcommitted
platform/x86: intel-hid: Add Tiger Lake ACPI device ID
Tiger Lake has a new unique ACPI device ID for the Intel HID event filter device that needs to be added to the intel-hid driver to support it. Acked-by: Andy Shevchenko <[email protected]> Signed-off-by: Gayatri Kammela <[email protected]> [ rjw: Subject and changelog ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent c248dfe commit bdd11b6

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
@@ -19,6 +19,7 @@ MODULE_LICENSE("GPL");
1919
MODULE_AUTHOR("Alex Hung");
2020

2121
static const struct acpi_device_id intel_hid_ids[] = {
22+
{"INT1051", 0},
2223
{"INT33D5", 0},
2324
{"", 0},
2425
};

0 commit comments

Comments
 (0)