diff options
author | Alex Hung <alex.hung@canonical.com> | 2020-12-08 03:06:20 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2020-12-08 11:18:03 +0100 |
commit | 7067be7059e8edc186474db9727c519da886a1ce (patch) | |
tree | e342d541dfb4d504fb07b605980cf8eb254e2791 | |
parent | x86/platform: classmate-laptop: add WiFi media button (diff) | |
download | linux-7067be7059e8edc186474db9727c519da886a1ce.tar.xz linux-7067be7059e8edc186474db9727c519da886a1ce.zip |
platform/x86: intel-hid: add Rocket Lake ACPI device ID
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>
-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 4a396ef54d2e..2f5b8d09143e 100644 --- a/drivers/platform/x86/intel-hid.c +++ b/drivers/platform/x86/intel-hid.c @@ -24,6 +24,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); |