diff options
author | Ping Bao <ping.a.bao@intel.com> | 2021-07-21 15:56:15 -0700 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-07-28 12:05:33 +0200 |
commit | a59c7b6c6ff6d5437f293709e766f939d7107266 (patch) | |
tree | 577af4c393ff9a2f52153fb2bcc1dd280668b0a7 /drivers/platform | |
parent | f7e506ec4a9966be8b2a87d3324302f0f5dd5a29 (diff) |
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.c | 1 |
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); |