Messages in this thread Patch in this message |  | | From | Gayatri Kammela <> | Subject | [PATCH v3 4/5] platform/x86: intel-hid: Add new Tiger Lake hardware ID to support HID driver | Date | Mon, 16 Dec 2019 10:31:51 -0800 |
| |
Tiger Lake has a new unique hardware ID to support Intel's HID event filter driver. Hence, add it.
Cc: Rafael J. Wysocki <rafael@kernel.org> Cc: Zhang Rui <rui.zhang@intel.com> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Srinivas Pandruvada <srinivas.pandruvada@intel.com> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Gayatri Kammela <gayatri.kammela@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 ef6d4bd77b1a..43d590250228 100644 --- a/drivers/platform/x86/intel-hid.c +++ b/drivers/platform/x86/intel-hid.c @@ -19,6 +19,7 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Alex Hung"); static const struct acpi_device_id intel_hid_ids[] = { + {"INT1051", 0}, {"INT33D5", 0}, {"", 0}, }; -- 2.17.1
|  |