diff --git a/libinput-1.7.0.tar.xz b/libinput-1.7.0.tar.xz deleted file mode 100644 index 73bcae2..0000000 --- a/libinput-1.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12a670f63d01e9e9c98ad0b31aef22160aac52187b4ee8f068a6902181c1a8a8 -size 924472 diff --git a/libinput-1.7.0.tar.xz.sig b/libinput-1.7.0.tar.xz.sig deleted file mode 100644 index 2abb206..0000000 Binary files a/libinput-1.7.0.tar.xz.sig and /dev/null differ diff --git a/libinput-1.7.2.tar.xz b/libinput-1.7.2.tar.xz new file mode 100644 index 0000000..6618c19 --- /dev/null +++ b/libinput-1.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1e5a6c106ccc609ccececd9e33e6b27c8b01fc7457ddb4c1dd266e780d6bc2 +size 923720 diff --git a/libinput-1.7.2.tar.xz.sig b/libinput-1.7.2.tar.xz.sig new file mode 100644 index 0000000..3f1b0fe Binary files /dev/null and b/libinput-1.7.2.tar.xz.sig differ diff --git a/libinput-elantech-pressure-levels.patch b/libinput-elantech-pressure-levels.patch deleted file mode 100644 index 6ff1de8..0000000 --- a/libinput-elantech-pressure-levels.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: badshah400@gmail.com - -Fix pressure sensitivity for ELANTECH touchpads causing uncomfortable -two-finger taps, scrolls. - -References: http://bugzilla.opensuse.org/1034335 -References: http://bugs.freedesktop.orgs/100463 - -Index: libinput-1.7.0/src/evdev-mt-touchpad.c -=================================================================== ---- libinput-1.7.0.orig/src/evdev-mt-touchpad.c -+++ libinput-1.7.0/src/evdev-mt-touchpad.c -@@ -2383,8 +2383,8 @@ tp_init_pressure(struct tp_dispatch *tp, - range = abs->maximum - abs->minimum; - - if (device->model_flags & EVDEV_MODEL_ELANTECH_TOUCHPAD) { -- tp->pressure.high = 24; -- tp->pressure.low = 10; -+ tp->pressure.high = 10; -+ tp->pressure.low = 8; - } else if (device->model_flags & EVDEV_MODEL_CYAPA) { - tp->pressure.high = 10; - tp->pressure.low = 8; diff --git a/libinput.changes b/libinput.changes index 0d0fbfa..8614c3e 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 10 18:50:20 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.7.2: + * The main change here are patches that change the pressure + ranges for Elantech touchpads down to something more lenient. + Previously, the range was set too high, causing the touchpad to + behave erratically unless the finger pressure was quite high. +- Drop libinput-elantech-pressure-levels.patch: Fixed upstream. + +------------------------------------------------------------------- +Tue Apr 25 09:11:04 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 1.7.1 + * One patch fixes a test case failure for recent systemd + versions, the other patch fixes a minor issue with the + touchpad code that was likely never triggered anyway. + ------------------------------------------------------------------- Sat Apr 15 02:03:21 UTC 2017 - badshah400@gmail.com diff --git a/libinput.spec b/libinput.spec index 5e76103..5f69c02 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,7 +18,7 @@ Name: libinput %define lname libinput10 -Version: 1.7.0 +Version: 1.7.2 Release: 0 Summary: Input device and event processing library License: MIT @@ -32,7 +32,6 @@ Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig Source3: baselibs.conf Source4: %name.keyring -Patch1: libinput-elantech-pressure-levels.patch #git#BuildRequires: autoconf >= 2.64 #git#BuildRequires: automake >= 1.11 #git#BuildRequires: libtool >= 2.2 @@ -99,7 +98,6 @@ to develop applications that require libinput. %prep %setup -qn %name-%version -%patch -P 1 -p1 %build if [ ! -e configure ]; then