Jan Engelhardt
dd1725089a
- 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch * refix the trackpoint multiplier for the Dell E7470 (boo#1013647, fdo#106323, gitlab issue#148) OBS-URL: https://build.opensuse.org/request/show/639360 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=177
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
|
|
|