]> Git Repo - linux.git/commitdiff
platform/x86: intel-hid: Add Tiger Lake ACPI device ID
authorGayatri Kammela <[email protected]>
Mon, 16 Dec 2019 18:31:51 +0000 (10:31 -0800)
committerRafael J. Wysocki <[email protected]>
Thu, 19 Dec 2019 21:51:55 +0000 (22:51 +0100)
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]>
drivers/platform/x86/intel-hid.c

index ef6d4bd77b1a10dcf42728a654a58a5e1534374e..43d590250228cbe6595df289c0be59fe7cb8eb2e 100644 (file)
@@ -19,6 +19,7 @@ MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Alex Hung");
 
 static const struct acpi_device_id intel_hid_ids[] = {
+       {"INT1051", 0},
        {"INT33D5", 0},
        {"", 0},
 };
This page took 0.057545 seconds and 4 git commands to generate.