Re: [PATCH libinput 5/8] evdev: Early out during configure if not using fallback dispatch

2014-07-16 Thread Peter Hutterer
On Wed, Jul 16, 2014 at 10:39:10PM +0200, Jonas Ådahl wrote: > The feature set configured otherwise would not work anyway as it > would need using the fallback dispatch to function. > > Signed-off-by: Jonas Ådahl > --- > src/evdev.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src

[PATCH libinput 5/8] evdev: Early out during configure if not using fallback dispatch

2014-07-16 Thread Jonas Ådahl
The feature set configured otherwise would not work anyway as it would need using the fallback dispatch to function. Signed-off-by: Jonas Ådahl --- src/evdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/evdev.c b/src/evdev.c index f980812..fec24f5 100644 --- a/src/evdev.c +++ b/sr