From 10ea80fb5c59ee97e1f27f695dd511e92533588b Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Thu, 31 Jan 2019 07:46:46 +0000 Subject: x11/libinput: Update to 1.12.6 Update libinput to 1.12.6. This is the last remaining piece to bring us basically up to date with upstream input stack. PR: 222905 Reported by: Greg V (original version) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Tested by: tcberner (kde@), andrnils@gmail.com Sponsored by: B3 Init (zeising) --- x11/libinput/files/patch-src_evdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/libinput/files/patch-src_evdev.c') diff --git a/x11/libinput/files/patch-src_evdev.c b/x11/libinput/files/patch-src_evdev.c index 93d4b3644f63..c2ceddaed68c 100644 --- a/x11/libinput/files/patch-src_evdev.c +++ b/x11/libinput/files/patch-src_evdev.c @@ -6,9 +6,9 @@ libinput reopens devices just to check path equality. The udev_devices from reopening do have the right properties, so we just use them instead of the original (enumerated) ones. ---- src/evdev.c.orig 2018-06-09 12:13:43 UTC +--- src/evdev.c.orig 2018-12-18 05:06:18 UTC +++ src/evdev.c -@@ -895,7 +895,7 @@ evdev_sync_device(struct evdev_device *device) +@@ -905,7 +905,7 @@ evdev_sync_device(struct evdev_device *device) evdev_device_dispatch_one(device, &ev); } while (rc == LIBEVDEV_READ_STATUS_SYNC); @@ -17,7 +17,7 @@ so we just use them instead of the original (enumerated) ones. } static void -@@ -933,6 +933,17 @@ evdev_device_dispatch(void *data) +@@ -943,6 +943,17 @@ evdev_device_dispatch(void *data) if (rc != -EAGAIN && rc != -EINTR) { libinput_remove_source(libinput, device->source); -- cgit v1.2.3