mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02:00
quirks: Add quirk for Google Chromebook Cret
Signed-off-by: Brady Norander <bradyn127@protonmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1056>
This commit is contained in:
parent
c012e8a12a
commit
9b4fefc972
1 changed files with 7 additions and 0 deletions
|
|
@ -162,3 +162,10 @@ MatchVendor=0x18D1
|
||||||
MatchDeviceTree=*coachz*
|
MatchDeviceTree=*coachz*
|
||||||
ModelChromebook=1
|
ModelChromebook=1
|
||||||
AttrPressureRange=20:10
|
AttrPressureRange=20:10
|
||||||
|
|
||||||
|
[Google Chromebook Cret]
|
||||||
|
MatchUdevType=touchpad
|
||||||
|
MatchName=GDIX0000:00 27C6:0D55 Touchpad
|
||||||
|
MatchDMIModalias=dmi:*svnGoogle:*pnCret*
|
||||||
|
ModelChromebook=1
|
||||||
|
AttrPressureRange=6:4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue