Re: [PATCH libinput 2/2] Hook up event processing to libevdev

2014-02-24 Thread Peter Hutterer
On Tue, Feb 25, 2014 at 08:17:24AM +1000, Peter Hutterer wrote: > > > > > static void > > > > > evdev_device_dispatch(void *data) > > > > > { > > > > > struct evdev_device *device = data; > > > > > struct libinput *libinput = device->base.seat->libinput; > > > > > - int fd = devi

Re: [PATCH libinput 2/2] Hook up event processing to libevdev

2014-02-24 Thread Peter Hutterer
On Mon, Feb 24, 2014 at 10:03:59PM +0100, Jonas Ådahl wrote: > On Mon, Feb 24, 2014 at 09:44:34AM +1000, Peter Hutterer wrote: > > On Sat, Feb 22, 2014 at 04:44:06PM +0100, Jonas Ådahl wrote: > > > On Tue, Feb 18, 2014 at 04:09:10PM +1000, Peter Hutterer wrote: > > > > This gives us the ability to

Re: [PATCH libinput 2/2] Hook up event processing to libevdev

2014-02-24 Thread Jonas Ådahl
On Mon, Feb 24, 2014 at 09:44:34AM +1000, Peter Hutterer wrote: > On Sat, Feb 22, 2014 at 04:44:06PM +0100, Jonas Ådahl wrote: > > On Tue, Feb 18, 2014 at 04:09:10PM +1000, Peter Hutterer wrote: > > > This gives us the ability to handle SYN_DROPPED transparently to the > > > caller. > > > > > > S

Re: [PATCH libinput 2/2] Hook up event processing to libevdev

2014-02-23 Thread Peter Hutterer
On Sat, Feb 22, 2014 at 04:44:06PM +0100, Jonas Ådahl wrote: > On Tue, Feb 18, 2014 at 04:09:10PM +1000, Peter Hutterer wrote: > > This gives us the ability to handle SYN_DROPPED transparently to the caller. > > > > Signed-off-by: Peter Hutterer > > --- > > src/evdev.c | 90 > >

Re: [PATCH libinput 2/2] Hook up event processing to libevdev

2014-02-22 Thread Jonas Ådahl
On Tue, Feb 18, 2014 at 04:09:10PM +1000, Peter Hutterer wrote: > This gives us the ability to handle SYN_DROPPED transparently to the caller. > > Signed-off-by: Peter Hutterer > --- > src/evdev.c | 90 > +++-- > 1 file changed, 58 inserti

[PATCH libinput 2/2] Hook up event processing to libevdev

2014-02-17 Thread Peter Hutterer
This gives us the ability to handle SYN_DROPPED transparently to the caller. Signed-off-by: Peter Hutterer --- src/evdev.c | 90 +++-- 1 file changed, 58 insertions(+), 32 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index ba28fc6..