diff mbox series

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

Message ID 20210127222107.306703-5-alex.hung@canonical.com
State New
Headers show
Series [1/4,SRU,V2,F] platform/x86: intel-hid: Add Tiger Lake ACPI device ID | expand

Commit Message

Alex Hung Jan. 27, 2021, 10:21 p.m. UTC
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>
(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

Comments

Paolo Pisati Jan. 29, 2021, 9:50 a.m. UTC | #1
On Wed, Jan 27, 2021 at 03:21:07PM -0700, Alex Hung wrote:
> Rocket Lake has a new ACPI ID for Intel HID event filter device.

This was the only patch that applied to 5.10 - buglink manually added.
diff mbox series

Patch

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);