libinput 1.1.5 is now avaialble. This release fixes a disable-while-typing
issue on the Macbook Pro and works around some middle-finger tap issues on
semi-mt devices. Unfortunately, due to the inconsistent (and often garbage)
data that semi-mt touchpads send we had to resort to disabling pinch
gest
Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad-gestures.c | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/evdev-mt-touchpad-gestures.c b/src/evdev-mt-touchpad-gestures.c
index 8fe0bb8..dc8d606 100644
--- a/src/evdev-mt-touchpad-gestures.c
+++ b/s
On Fri, Jan 22, 2016 at 11:15:55AM +0100, Hans de Goede wrote:
> Hi,
>
> On 22-01-16 03:06, Peter Hutterer wrote:
> >On Wed, Jan 20, 2016 at 11:31:42AM +0100, Hans de Goede wrote:
> >>Hi,
> >>
>
>
>
> >>Then we can also revert:
> >>
> >>http://cgit.freedesktop.org/wayland/libinput/commit/?id=0d
The first/second variables are only needed for pinch, so we can skip them
here.
Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad-gestures.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/evdev-mt-touchpad-gestures.c b/src/evdev-mt-touchpad-gestures.c
in