[PATCH 3/3][SRU][F] platform/x86: intel-hid: add Rocket Lake ACPI device ID
Alex Hung
alex.hung at canonical.com
Sat Jan 23 02:14:54 UTC 2021
Rocket Lake has a new ACPI ID for Intel HID event filter device.
BugLink: https://bugs.launchpad.net/bugs/1907160
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 6fdf064ba67f..bc6fd641a7bc 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},
};
--
2.25.1
More information about the kernel-team
mailing list