mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-26 08:50:49 +01:00
quirks: add support for Goodix touchpad GXTP5400:00 27C6:0F96
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> Tested-by: Ameer Ivan Julkarnain <ajulkarnain1@lenovo.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1455>
This commit is contained in:
parent
9baccdf44c
commit
baddf1e2b6
1 changed files with 9 additions and 0 deletions
|
|
@ -45,6 +45,15 @@ MatchProduct=0x01EB
|
|||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
||||
# "GXTP5400 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
||||
# GXTP5400:00 27C6:0F96 Touchpad
|
||||
[Goodix Haptic Touchpad (27C6:0F96)]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x27C6
|
||||
MatchProduct=0x0F96
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
||||
# "GXTP5420 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
||||
# GXTP5420:00 27C6:0F95 Touchpad
|
||||
[Goodix Haptic Touchpad (27C6:0F95)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue