diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-01-31 07:46:46 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-01-31 07:46:46 +0000 |
commit | 10ea80fb5c59ee97e1f27f695dd511e92533588b (patch) | |
tree | 4f3571f71c3ff5433cbf657da0f01eab2d15f374 /x11/libinput/files/patch-src_evdev.c | |
parent | net/aluminum: Update 0.1-90 -> 0.2 (diff) |
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)
Diffstat (limited to '')
-rw-r--r-- | x11/libinput/files/patch-src_evdev.c | 6 |
1 files changed, 3 insertions, 3 deletions
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); |