All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID
@ 2021-07-21 22:56 Ping Bao
  2021-07-28  9:59 ` Hans de Goede
  2021-07-28 10:03 ` Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Ping Bao @ 2021-07-21 22:56 UTC (permalink / raw)
  To: Alex Hung
  Cc: Ping Bao, Hans de Goede, Mark Gross,
	open list:INTEL HID EVENT DRIVER, open list

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

Signed-off-by: Ping Bao <ping.a.bao@intel.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 078648a9201b..e5fbe017f8e1 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -25,6 +25,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
 	{"INT33D5", 0},
 	{"INTC1051", 0},
 	{"INTC1054", 0},
+	{"INTC1070", 0},
 	{"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
-- 
2.25.1


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

end of thread, other threads:[~2021-07-28 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-21 22:56 [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID Ping Bao
2021-07-28  9:59 ` Hans de Goede
2021-07-28 10:03 ` 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.