26 lines
795 B
Diff
26 lines
795 B
Diff
|
From 54db774171550c1e7e926cea01945a5d21dae8b3 Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||
|
Date: Thu, 27 Sep 2018 15:47:23 +1000
|
||
|
Subject: [PATCH] quirks: fix the trackpoint multiplier for the Dell E7470
|
||
|
|
||
|
Fixes #148
|
||
|
|
||
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||
|
---
|
||
|
quirks/50-system-dell.quirks | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks
|
||
|
index 2b62bfd6..58071fbf 100644
|
||
|
--- a/quirks/50-system-dell.quirks
|
||
|
+++ b/quirks/50-system-dell.quirks
|
||
|
@@ -51,4 +51,4 @@ AttrTrackpointMultiplier=1.5
|
||
|
[Latitude E7470 Trackpoint]
|
||
|
MatchName=*DualPoint Stick
|
||
|
MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470*
|
||
|
-AttrTrackpointMultiplier=0.6
|
||
|
+AttrTrackpointMultiplier=0.125
|
||
|
--
|
||
|
2.16.4
|
||
|
|