Commit 7067be70 authored by Alex Hung's avatar Alex Hung Committed by Hans de Goede

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: default avatarAlex Hung <alex.hung@canonical.com>
Link: https://lore.kernel.org/r/20201208020620.101455-1-alex.hung@canonical.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent aa8994fb
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment