[PATCH 3/3][SRU][OEM-5.13] platform/x86: intel-hid: add Alder Lake ACPI device ID

AceLan Kao acelan.kao at canonical.com
Fri Aug 20 04:20:17 UTC 2021


From: Ping Bao <ping.a.bao at intel.com>

BugLink: https://bugs.launchpad.net/bugs/1937978

Alder Lake has a new ACPI ID for Intel HID event filter device.

Signed-off-by: Ping Bao <ping.a.bao at intel.com>
Link: https://lore.kernel.org/r/20210721225615.20575-1-ping.a.bao@intel.com
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
(cherry picked from commit a59c7b6c6ff6d5437f293709e766f939d7107266)
Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao 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 078648a9201b3..e5fbe017f8e10 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -25,6 +25,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
 	{"INT33D5", 0},
 	{"INTC1051", 0},
 	{"INTC1054", 0},
+	{"INTC1070", 0},
 	{"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
-- 
2.25.1




More information about the kernel-team mailing list