diff mbox series

[3/3,SRU,F] platform/x86: intel-hid: add Rocket Lake ACPI device ID

Message ID 20210123021454.54672-4-alex.hung@canonical.com
State New
Headers show
Series Add a new hardware ID to intel-hid | expand

Commit Message

Alex Hung Jan. 23, 2021, 2:14 a.m. UTC
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@canonical.com>
Link: https://lore.kernel.org/r/20201208020620.101455-1-alex.hung@canonical.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
(cherry picked from commit 7067be7059e8edc186474db9727c519da886a1ce)
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 drivers/platform/x86/intel-hid.c | 1 +
 1 file changed, 1 insertion(+)

--
2.25.1
diff mbox series

Patch

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},
 };