projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa8994f
)
platform/x86: intel-hid: add Rocket Lake ACPI device ID
author
Alex Hung
<alex.hung@canonical.com>
Tue, 8 Dec 2020 02:06:20 +0000
(19:06 -0700)
committer
Hans de Goede
<hdegoede@redhat.com>
Tue, 8 Dec 2020 10:18:03 +0000
(11:18 +0100)
Rocket Lake has a new ACPI ID for Intel HID event filter device.
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Link:
https://lore.kernel.org/r/20201208020620.101455-1-alex.hung@canonical.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel-hid.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel-hid.c
b/drivers/platform/x86/intel-hid.c
index 4a396ef54d2e6a2390f6788379d61f0093f7fb0b..2f5b8d09143e306ed9750875a518898d488c6edc 100644
(file)
--- a/
drivers/platform/x86/intel-hid.c
+++ b/
drivers/platform/x86/intel-hid.c
@@
-24,6
+24,7
@@
MODULE_AUTHOR("Alex Hung");
static const struct acpi_device_id intel_hid_ids[] = {
{"INT33D5", 0},
{"INTC1051", 0},
+ {"INTC1054", 0},
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);