mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 11:40:06 +01:00
Add quirks file for Sony Vaio Laptop
The file contains pressure overrides for the VPCEG series.
Signed-off-by: John Rodriguez <johrodri@optonline.net>
(cherry picked from commit c8e8c8fb4b)
This commit is contained in:
parent
9c2c1db948
commit
fb4c3c6c6c
2 changed files with 9 additions and 0 deletions
|
|
@ -334,6 +334,7 @@ quirks_data = [
|
||||||
'quirks/50-system-google.quirks',
|
'quirks/50-system-google.quirks',
|
||||||
'quirks/50-system-hp.quirks',
|
'quirks/50-system-hp.quirks',
|
||||||
'quirks/50-system-lenovo.quirks',
|
'quirks/50-system-lenovo.quirks',
|
||||||
|
'quirks/50-system-sony.quirks',
|
||||||
'quirks/50-system-system76.quirks',
|
'quirks/50-system-system76.quirks',
|
||||||
'quirks/50-system-toshiba.quirks',
|
'quirks/50-system-toshiba.quirks',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
8
quirks/50-system-sony.quirks
Normal file
8
quirks/50-system-sony.quirks
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Do not edit this file, it will be overwritten on update
|
||||||
|
|
||||||
|
[Sony Vaio VPCEG Series Touchpad Pressure Override]
|
||||||
|
MatchUdevType=touchpad
|
||||||
|
MatchName=*SynPS/2 Synaptics TouchPad
|
||||||
|
MatchDMIModalias=dmi:*svnSonyCorporation:pnVPCEG*
|
||||||
|
AttrPressureRange=45:40
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue