[PATCH 4/4][SRU][V2][F][G] platform/x86: intel-hid: add Rocket Lake ACPI device ID
Alex Hung
alex.hung at canonical.com
Wed Jan 27 22:21:07 UTC 2021
Rocket Lake has a new ACPI ID for Intel HID event filter device.
Signed-off-by: Alex Hung <alex.hung at canonical.com>
Link: https://lore.kernel.org/r/20201208020620.101455-1-alex.hung@canonical.com
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
(cherry picked from commit 7067be7059e8edc186474db9727c519da886a1ce)
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
drivers/platform/x86/intel-hid.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index 86261970bd8f..a65c48cee8e2 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -21,6 +21,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);
--
2.25.1
More information about the kernel-team
mailing list