Re: [PATCH libinput] touchpad: sync BTN_TOOL_FINGER state on init

2016-12-05 Thread Hans de Goede
Hi, On 05-12-16 05:00, Peter Hutterer wrote: The Elantech touchpad on my Asus Vivobook doesn't release BTN_TOOL_FINGER on up. If the touchpad was used before libinput initializes, the kernel filters the event because its state is already set. We never receive it and keep ignoring all events unti

[PATCH libinput] touchpad: sync BTN_TOOL_FINGER state on init

2016-12-04 Thread Peter Hutterer
The Elantech touchpad on my Asus Vivobook doesn't release BTN_TOOL_FINGER on up. If the touchpad was used before libinput initializes, the kernel filters the event because its state is already set. We never receive it and keep ignoring all events until the first switch to BTN_TOOL_DOUBLETAP and bac