mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-15 19:48:28 +02:00
Add Goodix haptic touchpad 27C6:0F90 support
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1451>
This commit is contained in:
parent
57c71c567f
commit
a1c5f35a69
1 changed files with 8 additions and 0 deletions
|
|
@ -53,3 +53,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