SHA256
1
0
forked from pool/libinput
Jan Engelhardt 2015-08-04 17:27:37 +00:00 committed by Git OBS Bridge
parent 1b4109b720
commit 33b195f933
3 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,6 @@
From: Peter Hutterer <peter.hutterer@who-t.net>
References: http://lists.freedesktop.org/archives/wayland-devel/2015-August/023782.html
On the 4.1 kernels synaptics pretends to have 3 slots (the serial fw only does
2). This was added to avoid cursor jumps but has since been reverted for 4.2
(kernel commit dbf3c37086, 4.1.3 is still buggy). In some cases a TRIPLETAP
@ -58,4 +61,3 @@ index a683d9a..5ef03d5 100644
--
2.4.3

View File

@ -20,21 +20,17 @@ Tue Aug 4 16:35:20 UTC 2015 - zaitor@opensuse.org
* libinput switched internally to use µs for all timestamps which
will help those devices that have a sampling frequency of more
than 1000Hz.
* Thumb detection, added for 0.20 has seen fine-tuning to reduce
* Thumb detection, added for 0.20, has seen fine-tuning to reduce
the number of misdetection. Likewise, the gesture code has seen
a bunch of changes to tune the reliability of gesture
detection, especially on semi-mt touchpads.
* Scrolling is now more reactive too, with reduced thresholds
before scrolling kicks in.
* We've also merged a bunch of device-specific device handling to
* Merged a bunch of device-specific device handling to
work around quirks and deficiencies in some touchpad hardware.
* Note that if your distribution is on kernel 4.1.x, you should
add this patch here to your distribution's package unless
kernel dbf3c37086 is in your tree already.
http://lists.freedesktop.org/archives/wayland-devel/2015-August/023782.html
- Add
libinput-touchpad-serial-synaptics-needto-fake-new-touches.patch
following upstreams advice.
following upstreams advice for kernel 4.1.
-------------------------------------------------------------------
Sat Jul 18 08:28:06 UTC 2015 - tittiatcoke@gmail.com

View File

@ -33,7 +33,7 @@ Source: http://freedesktop.org/software/libinput/%name-%rversion.tar.xz
Source2: http://freedesktop.org/software/libinput/%name-%rversion.tar.xz.sig
Source3: baselibs.conf
Source4: %name.keyring
Patch0: libinput-touchpad-serial-synaptics-needto-fake-new-touches.patch
Patch1: libinput-touchpad-serial-synaptics-needto-fake-new-touches.patch
#git#BuildRequires: autoconf >= 2.64
#git#BuildRequires: automake >= 1.11
#git#BuildRequires: libtool >= 2.2
@ -100,7 +100,7 @@ to develop applications that require libinput.
%prep
%setup -qn %name-%rversion
%patch0 -p1
%patch -P 1 -p1
%build
if [ ! -e configure ]; then