Re: [PATCH libinput] evdev: accept but disable ABS_MISC and above for min/max == 0

2015-04-20 Thread Hans de Goede
Hi, On 20-04-15 00:40, Peter Hutterer wrote: This is sort-of legitimate, so simply disable the axes and continue. Any real axis we require to have a real range. https://bugs.freedesktop.org/show_bug.cgi?id=90090 Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede Regards

[PATCH libinput] evdev: accept but disable ABS_MISC and above for min/max == 0

2015-04-19 Thread Peter Hutterer
This is sort-of legitimate, so simply disable the axes and continue. Any real axis we require to have a real range. https://bugs.freedesktop.org/show_bug.cgi?id=90090 Signed-off-by: Peter Hutterer --- src/evdev.c| 26 -- test/Makefile.am | 1 + test/device.c