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>
This commit is contained in:
Alex Hung 2020-12-07 19:06:20 -07:00 committed by Hans de Goede
parent aa8994fbf2
commit 7067be7059

View File

@ -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);