summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorPing Bao <ping.a.bao@intel.com>2021-07-22 01:56:15 +0300
committerHans de Goede <hdegoede@redhat.com>2021-07-28 13:05:33 +0300
commita59c7b6c6ff6d5437f293709e766f939d7107266 (patch)
tree577af4c393ff9a2f52153fb2bcc1dd280668b0a7 /drivers/platform
parentf7e506ec4a9966be8b2a87d3324302f0f5dd5a29 (diff)
downloadlinux-a59c7b6c6ff6d5437f293709e766f939d7107266.tar.xz
platform/x86: intel-hid: add Alder Lake ACPI device ID
Alder Lake has a new ACPI ID for Intel HID event filter device. Signed-off-by: Ping Bao <ping.a.bao@intel.com> Link: https://lore.kernel.org/r/20210721225615.20575-1-ping.a.bao@intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/intel-hid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index 078648a9201b..e5fbe017f8e1 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);