Skip to content

Commit 7067be7

Browse files
Alex Hungjwrdegoede
authored andcommitted
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>
1 parent aa8994f commit 7067be7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/platform/x86/intel-hid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ MODULE_AUTHOR("Alex Hung");
2424
static const struct acpi_device_id intel_hid_ids[] = {
2525
{"INT33D5", 0},
2626
{"INTC1051", 0},
27+
{"INTC1054", 0},
2728
{"", 0},
2829
};
2930
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);

0 commit comments

Comments
 (0)