diff options
author | Dmitry Savin <envelsavinds@gmail.com> | 2024-07-17 00:27:57 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-08-02 13:00:12 +0200 |
commit | c8000deb68365b461b324d68c7ea89d730f0bb85 (patch) | |
tree | 42ff7ddf83e1327ca32a61cbe8383a3ea117be38 /drivers/hid/hid-ids.h | |
parent | HID: amd_sfh: free driver_data after destroying hid device (diff) | |
download | linux-c8000deb68365b461b324d68c7ea89d730f0bb85.tar.xz linux-c8000deb68365b461b324d68c7ea89d730f0bb85.zip |
HID: multitouch: Add support for GT7868Q
GT7868Q has incorrect data in the report and needs a fixup.
The change enables haptic touchpad on Lenovo ThinkBook 13x Gen 4
and has been tested on the device.
Signed-off-by: Dmitry Savin <envelsavinds@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 6e3223389080..781c5aa29859 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -521,6 +521,8 @@ #define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_E100 0xe100 #define I2C_VENDOR_ID_GOODIX 0x27c6 +#define I2C_DEVICE_ID_GOODIX_01E8 0x01e8 +#define I2C_DEVICE_ID_GOODIX_01E9 0x01e9 #define I2C_DEVICE_ID_GOODIX_01F0 0x01f0 #define USB_VENDOR_ID_GOODTOUCH 0x1aad |