Re: [PATCH libinput] evdev: restore EVDEV_UNHANDLED_DEVICE error code

2014-02-10 Thread Jonas Ã…dahl
On Mon, Feb 10, 2014 at 03:44:56PM +1000, Peter Hutterer wrote: > If we don't have capabilities we can deal with, return a different > error so the backends can handle it separately (they already do). Looks good to me. Jonas > > Signe-off-by: Peter Hutterer > --- > src/evdev.c | 5 - > 1

[PATCH libinput] evdev: restore EVDEV_UNHANDLED_DEVICE error code

2014-02-09 Thread Peter Hutterer
If we don't have capabilities we can deal with, return a different error so the backends can handle it separately (they already do). Signe-off-by: Peter Hutterer --- src/evdev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/evdev.c b/src/evdev.c index 9c6d116..d8dff