summaryrefslogtreecommitdiff
path: root/x11/libinput/files/patch-src_evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libinput/files/patch-src_evdev.c')
-rw-r--r--x11/libinput/files/patch-src_evdev.c6
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);