Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alex Hung and committed by
Hans de Goede
7067be70 aa8994fb

+1
+1
drivers/platform/x86/intel-hid.c
··· 24 24 static const struct acpi_device_id intel_hid_ids[] = { 25 25 {"INT33D5", 0}, 26 26 {"INTC1051", 0}, 27 + {"INTC1054", 0}, 27 28 {"", 0}, 28 29 }; 29 30 MODULE_DEVICE_TABLE(acpi, intel_hid_ids);