All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: intel-hid: add Rocket Lake ACPI device ID
@ 2020-12-08  2:06 Alex Hung
       [not found] ` <DM6PR19MB26360845CD83725620DA1A06FACD0@DM6PR19MB2636.namprd19.prod.outlook.com>
  2020-12-08 10:19 ` Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Hung @ 2020-12-08  2:06 UTC (permalink / raw)
  To: alex.hung, hdegoede, mgross, platform-driver-x86

Rocket Lake has a new ACPI ID for Intel HID event filter device.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 drivers/platform/x86/intel-hid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index 8626197..a65c48c 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -21,6 +21,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);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-08 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  2:06 [PATCH] platform/x86: intel-hid: add Rocket Lake ACPI device ID Alex Hung
     [not found] ` <DM6PR19MB26360845CD83725620DA1A06FACD0@DM6PR19MB2636.namprd19.prod.outlook.com>
2020-12-08  7:00   ` Alex Hung
2020-12-08 10:19 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.