Re: [PATCH libinput] evdev: Pass along device overflow information

2014-10-27 Thread Derek Foreman
On 26/10/14 11:11 PM, Peter Hutterer wrote: > On Fri, Oct 24, 2014 at 01:18:06PM -0500, Derek Foreman wrote: >> Currently libinput users just see choppy input if the kernel event queue >> overflows. This patch passes along an event so the caller can at least >> log it. > > any reason you didn't j

Re: [PATCH libinput] evdev: Pass along device overflow information

2014-10-26 Thread Peter Hutterer
On Fri, Oct 24, 2014 at 01:18:06PM -0500, Derek Foreman wrote: > Currently libinput users just see choppy input if the kernel event queue > overflows. This patch passes along an event so the caller can at least > log it. any reason you didn't just log it through libinput if that's all you want to

[PATCH libinput] evdev: Pass along device overflow information

2014-10-24 Thread Derek Foreman
Currently libinput users just see choppy input if the kernel event queue overflows. This patch passes along an event so the caller can at least log it. --- src/evdev.c| 1 + src/libinput-private.h | 3 +++ src/libinput.c | 18 ++ src/libinput.h | 5 +