diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-13 12:57:02 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-13 13:30:54 +1000 |
commit | e6cad92005b7d32402895282752d2ec4f91124dc (patch) | |
tree | 162d483096e2608b18205858573b62d1a3715d63 /quirks/50-system-dell.quirks | |
parent | e2d62645db52cff45efed8cf9713604ccde86657 (diff) | |
download | libinput-e6cad92005b7d32402895282752d2ec4f91124dc.tar.gz |
Rename data/ to quirks/
A better, less ambiguous name than just "datadir"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'quirks/50-system-dell.quirks')
-rw-r--r-- | quirks/50-system-dell.quirks | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks new file mode 100644 index 00000000..7e873edf --- /dev/null +++ b/quirks/50-system-dell.quirks @@ -0,0 +1,48 @@ +# Do not edit this file, it will be overwritten on update + +[Dell Touchpads] +MatchName=* Touchpad +MatchDMIModalias=dmi:*svnDellInc.:* +ModelTouchpadVisibleMarker=1 + +[Dell Lattitude E6220 Touchpad] +MatchName=*AlpsPS/2 ALPS GlidePoint +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE6220:* +AttrPressureRange=100:90 + +[Dell XPS L322X Touchpad] +MatchName=*CyPS/2 Cypress Trackpad +MatchDMIModalias=dmi:*svnDell*:XPSL322X* +AttrPressureRange=32:20 +AttrPalmPressureThreshold=254 + +[Dell XPS13 9333 Touchpad] +MatchName=*Synaptics s3203 +MatchDMIModalias=dmi:*svnDellInc.:*pnXPS139333* +AttrPressureRange=15:10 +AttrPalmPressureThreshold=150 + +[Dell Latitude D620 Trackpoint] +MatchName=*DualPoint Stick +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeD620* +AttrTrackpointMultiplier=0.5 + +[Latitude E5570 Trackpoint] +MatchName=*DualPoint Stick +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE5570* +AttrTrackpointMultiplier=0.1 + +[Latitude E6320 Trackpoint] +MatchName=*DualPoint Stick +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE6320* +AttrTrackpointMultiplier=2.0 + +[Latitude E6400 Trackpoint] +MatchName=*DualPoint Stick +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE6400* +AttrTrackpointMultiplier=1.5 + +[Latitude E7470 Trackpoint] +MatchName=*DualPoint Stick +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470* +AttrTrackpointMultiplier=0.6 |