Re: [PATCH libinput v2] evdev: Log evdev event queue overflows

2014-11-04 Thread David Herrmann
Hi On Tue, Nov 4, 2014 at 12:17 AM, Peter Hutterer wrote: > On Mon, Nov 03, 2014 at 11:49:12AM +0100, David Herrmann wrote: >> Hi >> >> On Wed, Oct 29, 2014 at 3:56 PM, Derek Foreman >> wrote: >> > Log a message when the kernel event queue overflows and events are dropped. >> > After 10 message

Re: [PATCH libinput v2] evdev: Log evdev event queue overflows

2014-11-03 Thread Peter Hutterer
On Mon, Nov 03, 2014 at 11:49:12AM +0100, David Herrmann wrote: > Hi > > On Wed, Oct 29, 2014 at 3:56 PM, Derek Foreman wrote: > > Log a message when the kernel event queue overflows and events are dropped. > > After 10 messages logging stops to avoid flooding the logs if the condition > > is per

Re: [PATCH libinput v2] evdev: Log evdev event queue overflows

2014-11-03 Thread David Herrmann
Hi On Wed, Oct 29, 2014 at 3:56 PM, Derek Foreman wrote: > Log a message when the kernel event queue overflows and events are dropped. > After 10 messages logging stops to avoid flooding the logs if the condition > is persistent. > --- > src/evdev.c | 11 +++ > src/evdev.h | 4 > 2

Re: [PATCH libinput v2] evdev: Log evdev event queue overflows

2014-10-30 Thread Derek Foreman
On 30/10/14 07:14 PM, Peter Hutterer wrote: > On Wed, Oct 29, 2014 at 09:56:27AM -0500, Derek Foreman wrote: >> Log a message when the kernel event queue overflows and events are dropped. >> After 10 messages logging stops to avoid flooding the logs if the condition >> is persistent. > > merged lo

Re: [PATCH libinput v2] evdev: Log evdev event queue overflows

2014-10-30 Thread Peter Hutterer
On Wed, Oct 29, 2014 at 09:56:27AM -0500, Derek Foreman wrote: > Log a message when the kernel event queue overflows and events are dropped. > After 10 messages logging stops to avoid flooding the logs if the condition > is persistent. merged locally, thanks. but please sign off your patches to li

[PATCH libinput v2] evdev: Log evdev event queue overflows

2014-10-29 Thread Derek Foreman
Log a message when the kernel event queue overflows and events are dropped. After 10 messages logging stops to avoid flooding the logs if the condition is persistent. --- src/evdev.c | 11 +++ src/evdev.h | 4 2 files changed, 15 insertions(+) diff --git a/src/evdev.c b/src/evdev.c