aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGayatri Kammela <[email protected]>2019-12-16 10:31:51 -0800
committerRafael J. Wysocki <[email protected]>2019-12-19 22:51:55 +0100
commitbdd11b6540358f25c1eb1e21c1b92bd6276f5e53 (patch)
treef017fc8a2431408c08c292997d57343e1e7553db
parentc248dfe7e0caa86e1cdfceddcf96649746dd171a (diff)
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]>
-rw-r--r--drivers/platform/x86/intel-hid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index ef6d4bd77b1a..43d590250228 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -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},
};