mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-15 09:58:17 +02:00
Add Goodix haptic touchpad 27C6:0F90 support
(cherry picked from commit a1c5f35a69)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1476>
This commit is contained in:
parent
9ef905a4d1
commit
5366a790f1
1 changed files with 8 additions and 0 deletions
|
|
@ -62,3 +62,11 @@ MatchVendor=0x27C6
|
|||
MatchProduct=0x0F95
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
||||
# "GXTP5420 Touchpad": pressure touchpad mostly used in Lenovo laptops.
|
||||
[Goodix Haptic Touchpad (27C6:0F90)]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x27C6
|
||||
MatchProduct=0x0F90
|
||||
MatchUdevType=touchpad
|
||||
AttrInputProp=+INPUT_PROP_PRESSUREPAD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue