Re: [PATCH libinput] Ignore BTN_TOOL_* events when posting button events

2015-12-02 Thread Hans de Goede
Hi, On 01-12-15 23:52, Peter Hutterer wrote: These aren't real button events and they are handled elsewhere, either through proper touch events on touchscreen or through custom handling in the touchpad case. Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede Regards, Ha

[PATCH libinput] Ignore BTN_TOOL_* events when posting button events

2015-12-01 Thread Peter Hutterer
These aren't real button events and they are handled elsewhere, either through proper touch events on touchscreen or through custom handling in the touchpad case. Signed-off-by: Peter Hutterer --- src/evdev.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sr