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. Signed-off-by:

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 handle

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 = device-fd; - struct

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 peter.hutte...@who-t.net --- src/evdev.c | 90 +++-- 1 file