forked from pool/libinput
- Update to new upstream release 1.12.1
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=178
This commit is contained in:
parent
dd1725089a
commit
73e21c1a00
@ -1,25 +0,0 @@
|
||||
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
|
||||
|
BIN
libinput-1.12.0.tar.xz
(Stored with Git LFS)
BIN
libinput-1.12.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.12.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.12.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.12.1.tar.xz.sig
Normal file
BIN
libinput-1.12.1.tar.xz.sig
Normal file
Binary file not shown.
@ -1,7 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 3 11:22:55 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.12.1
|
||||
* A few entries there had to be corrected/added, including the
|
||||
one for the MS Nano Transceiver, the Dell XPSL322X touchpad
|
||||
and some of the Elan Touchpad quirks. A new quirk was added
|
||||
for the Kensington Orbit trackball which is confused about
|
||||
it's non-existing middle button and for the Asus UX302LA
|
||||
touchpad which thinks pressure isn't necessary once two
|
||||
fingers are down.
|
||||
* Apple touchpads randomly triggered an assert (under very
|
||||
specific, but easy enough to trigger conditions), which is
|
||||
fixed now.
|
||||
- Remove 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 10:14:25 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch
|
||||
- 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)
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
Version: 1.12.0
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
@ -38,7 +38,6 @@ 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++
|
||||
|
Loading…
Reference in New Issue
Block a user