diff mbox series

[v1,3/4] platform/x86: intel-hid: Add new Tiger Lake hardware ID to support HID driver

Message ID 4354f2f0e3bdf24497c2791ac02dcbc659c4f076.1576189376.git.gayatri.kammela@intel.com (mailing list archive)
State Superseded, archived
Headers show
Series drivers: Add Tiger Lake hardware IDs to support acpi, | expand

Commit Message

Kammela, Gayatri Dec. 12, 2019, 10:37 p.m. UTC
Tiger Lake has a new unique hardware ID to support Intel's HID event
filter driver. Hence, add it.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@intel.com>
Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com>
---
 drivers/platform/x86/intel-hid.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Andy Shevchenko Dec. 13, 2019, 9:35 a.m. UTC | #1
On Thu, Dec 12, 2019 at 02:37:19PM -0800, Gayatri Kammela wrote:

>  	{"INT33D5", 0},
> +	{"INT1051", 0},

And here
diff mbox series

Patch

diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index ef6d4bd77b1a..3ce423c11a88 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -20,6 +20,7 @@  MODULE_AUTHOR("Alex Hung");
 
 static const struct acpi_device_id intel_hid_ids[] = {
 	{"INT33D5", 0},
+	{"INT1051", 0},
 	{"", 0},
 };