diff options
author | You-Sheng Yang <vicamo.yang@canonical.com> | 2021-02-04 09:33:15 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-02-09 10:27:17 +0100 |
commit | 2aefba190f17a3f409292ee9fc8f00c20fed411e (patch) | |
tree | 53b55472156568b4acd558ca239f7eb374f5ae0b /drivers/hid/intel-ish-hid/ipc/hw-ish.h | |
parent | HID: logitech-dj: add support for keyboard events in eQUAD step 4 Gaming (diff) | |
download | linux-2aefba190f17a3f409292ee9fc8f00c20fed411e.tar.xz linux-2aefba190f17a3f409292ee9fc8f00c20fed411e.zip |
HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID
Added Tiger Lake H PCI device ID to the supported device list.
Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/intel-ish-hid/ipc/hw-ish.h')
-rw-r--r-- | drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/intel-ish-hid/ipc/hw-ish.h b/drivers/hid/intel-ish-hid/ipc/hw-ish.h index 1fb294ca463e..21b0e6123754 100644 --- a/drivers/hid/intel-ish-hid/ipc/hw-ish.h +++ b/drivers/hid/intel-ish-hid/ipc/hw-ish.h @@ -27,6 +27,7 @@ #define CMP_H_DEVICE_ID 0x06FC #define EHL_Ax_DEVICE_ID 0x4BB3 #define TGL_LP_DEVICE_ID 0xA0FC +#define TGL_H_DEVICE_ID 0x43FC #define REVISION_ID_CHT_A0 0x6 #define REVISION_ID_CHT_Ax_SI 0x0 |