forked from pool/libinput
Accepting request 578305 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/578305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=56
This commit is contained in:
commit
100f18a1e7
BIN
libinput-1.10.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.10.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.10.0.tar.xz.sig
Normal file
BIN
libinput-1.10.0.tar.xz.sig
Normal file
Binary file not shown.
BIN
libinput-1.9.4.tar.xz
(Stored with Git LFS)
BIN
libinput-1.9.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 13 08:59:48 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.10.0
|
||||||
|
* Dropping of the touchpad hysteresis. Previously, we employed
|
||||||
|
a hysteresis to avoid pointer wobbles. A side-effect of that
|
||||||
|
hysteresis was that small pointer motion wasn't as reactive
|
||||||
|
as it should be. A previous attempt in 2016 to drop it failed
|
||||||
|
(too many devices still needed it) so this time round we have
|
||||||
|
a different approach: we analyse the event sequence from the
|
||||||
|
touchpad and if we find it doesn't wobble, we disable the
|
||||||
|
hysteresis for good. In most cases, this happens fast enough
|
||||||
|
that you won't even notice, resulting in a more reactive
|
||||||
|
pointer.
|
||||||
|
* Touchpad tapping now handles palm detection where applicable,
|
||||||
|
resting a palm on a touchpad while tapping should not confuse
|
||||||
|
libinput anymore. Previously, palm touches were treated like
|
||||||
|
any other touch, causing unexpected 2 and 3-finger clicks.
|
||||||
|
* Some of the newer Wacom tablets (and older, worn-out ones)
|
||||||
|
can have a leftover pressure on tip up. This caused libinput
|
||||||
|
to miss out on the proximity event, leading to a constantly
|
||||||
|
in-proximity tool. A new threshold for proximity out fixes
|
||||||
|
this.
|
||||||
|
- Remove 0001-evdev-add-a-quirk-to-disable-debouncing-on-the-MS-Na.patch
|
||||||
|
(included upstream)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 00:02:32 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Add 0001-evdev-add-a-quirk-to-disable-debouncing-on-the-MS-Na.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 08:33:23 UTC 2017 - jengelh@inai.de
|
Thu Dec 14 08:33:23 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libinput
|
# spec file for package libinput
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
Version: 1.9.4
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user