SHA256
1
0
forked from pool/libinput

Accepting request 639360 from home:sndirsch:branches:X11:Wayland

- 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
This commit is contained in:
Jan Engelhardt 2018-10-03 11:21:39 +00:00 committed by Git OBS Bridge
parent 5d590299db
commit dd1725089a
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 1 10:14:25 UTC 2018 - sndirsch@suse.com
- 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)
-------------------------------------------------------------------
Tue Sep 11 07:55:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -38,6 +38,7 @@ Source3: baselibs.conf
Source4: %name.keyring
Source5: libinput-rpmlintrc
Patch1: kill-env.diff
Patch2: 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++