Re: [PATCH v2 libinput] Fix premature flushing of evdev event on mx4 touchscreen

2015-10-19 Thread Peter Hutterer
sorry for the delay, travelling and only slowly catching up with email. On Mon, Sep 07, 2015 at 09:57:44PM +0200, Andreas Pokorny wrote: > The mx4 touchscreen driver emits BTN_TOUCH and BTN_TOOL_FINGER key events > on a new contact. Prior to this patch only the BTN_TOUCH event was filtered > out.

[PATCH v2 libinput] Fix premature flushing of evdev event on mx4 touchscreen

2015-09-07 Thread Andreas Pokorny
The mx4 touchscreen driver emits BTN_TOUCH and BTN_TOOL_FINGER key events on a new contact. Prior to this patch only the BTN_TOUCH event was filtered out. Now the whole range of BTN_ events for tool types and certain builtin multi finger gestures are marked as non-key type. Signed-off-by: Andreas