mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-25 09:30:47 +01:00
quirks: adjust pressure range for Google Krane, Wormdingler and Coachz
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1055>
This commit is contained in:
parent
a4ff6d5d0b
commit
da6059b2fe
1 changed files with 27 additions and 0 deletions
|
|
@ -135,3 +135,30 @@ ModelChromebook=1
|
|||
AttrPressureRange=1:0
|
||||
AttrThumbPressureThreshold=25
|
||||
AttrPalmPressureThreshold=0
|
||||
|
||||
[Google Chromebook Krane]
|
||||
MatchUdevType=touchpad
|
||||
MatchName=Google Inc. Hammer
|
||||
MatchBus=usb
|
||||
MatchVendor=0x18D1
|
||||
MatchDeviceTree=*krane*
|
||||
ModelChromebook=1
|
||||
AttrPressureRange=20:10
|
||||
|
||||
[Google Chromebook Wormdingler]
|
||||
MatchUdevType=touchpad
|
||||
MatchName=Google Inc. Hammer
|
||||
MatchBus=usb
|
||||
MatchVendor=0x18D1
|
||||
MatchDeviceTree=*wormdingler*
|
||||
ModelChromebook=1
|
||||
AttrPressureRange=20:10
|
||||
|
||||
[Google Chromebook Coachz]
|
||||
MatchUdevType=touchpad
|
||||
MatchName=Google Inc. Hammer
|
||||
MatchBus=usb
|
||||
MatchVendor=0x18D1
|
||||
MatchDeviceTree=*coachz*
|
||||
ModelChromebook=1
|
||||
AttrPressureRange=20:10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue