diff options
author | He Lugang <helugang@uniontech.com> | 2024-08-27 10:56:05 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-09-03 13:54:10 +0200 |
commit | 251efae73bd46b097deec4f9986d926813aed744 (patch) | |
tree | 10e02dbd24c6066a30b8cd72d3fee01bdae3239d /drivers/hid/hid-ids.h | |
parent | a9ed31f18e08bf24fce9e4484d9da5712d4980d1 (diff) | |
download | lwn-251efae73bd46b097deec4f9986d926813aed744.tar.gz lwn-251efae73bd46b097deec4f9986d926813aed744.zip |
HID: multitouch: Add support for lenovo Y9000P Touchpad
The 2024 Lenovo Y9000P which use GT7868Q chip also needs a fixup.
The information of the chip is as follows:
I2C HID v1.00 Mouse [GXTP5100:00 27C6:01E0]
Signed-off-by: He Lugang <helugang@uniontech.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 781c5aa29859..cb804b630653 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -521,6 +521,7 @@ #define USB_DEVICE_ID_GENERAL_TOUCH_WIN8_PIT_E100 0xe100 #define I2C_VENDOR_ID_GOODIX 0x27c6 +#define I2C_DEVICE_ID_GOODIX_01E0 0x01e0 #define I2C_DEVICE_ID_GOODIX_01E8 0x01e8 #define I2C_DEVICE_ID_GOODIX_01E9 0x01e9 #define I2C_DEVICE_ID_GOODIX_01F0 0x01f0 |