mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 02:28:05 +02:00
quirks: add quirk support for Goodix touchpad
This commit adds a specific vendor HWID for Goodix Haptic Touchpad to improve detection and handling. Signed-off-by: Richie Roy Jayme <rjayme.jp@gmail.com> Signed-off-by: Richie Roy Jayme <rjayme2@lenovo.com> Reviewed-by: Vishnu Sankar <vishnuocv@gmail.com> Reviewed-by: Vishnu Sankar <vsankar@lenovo.com> Reported-by: Ameer Ivan Julkarnain <ajulkarnain1@lenovo.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1426>
This commit is contained in:
parent
e0ba559117
commit
df8f5a3627
1 changed files with 10 additions and 1 deletions
|
|
@ -2,9 +2,18 @@
|
||||||
|
|
||||||
# "GXTP5100 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
# "GXTP5100 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
||||||
# Match vid and pid as it can have other names.
|
# Match vid and pid as it can have other names.
|
||||||
[Lenovo Haptic Touchpad (Goodix)]
|
[Goodix Haptic Touchpad (27C6:01E8)]
|
||||||
MatchBus=i2c
|
MatchBus=i2c
|
||||||
MatchVendor=0x27C6
|
MatchVendor=0x27C6
|
||||||
MatchProduct=0x01E8
|
MatchProduct=0x01E8
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||||
|
|
||||||
|
# "GXTP5420 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
||||||
|
# GXTP5420:00 27C6:0F95 Touchpad
|
||||||
|
[Goodix Haptic Touchpad (27C6:0F95)]
|
||||||
|
MatchBus=i2c
|
||||||
|
MatchVendor=0x27C6
|
||||||
|
MatchProduct=0x0F95
|
||||||
|
MatchUdevType=touchpad
|
||||||
|
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue