diff options
author | Ping Bao <ping.a.bao@intel.com> | 2021-07-22 00:56:15 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-07-28 12:05:33 +0200 |
commit | a59c7b6c6ff6d5437f293709e766f939d7107266 (patch) | |
tree | 577af4c393ff9a2f52153fb2bcc1dd280668b0a7 | |
parent | platform/x86: think-lmi: Fix possible mem-leaks on tlmi_analyze() error-exit (diff) | |
download | linux-a59c7b6c6ff6d5437f293709e766f939d7107266.tar.xz linux-a59c7b6c6ff6d5437f293709e766f939d7107266.zip |
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>
-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); |