Re: [PATCH libinput] touchpad: fix dwt disabling while a key is still down

2016-02-08 Thread Hans de Goede
Hi, On 08-02-16 03:51, Peter Hutterer wrote: If dwt is disabled on the commandline, e.g. by setting an xinput property it may be disabled before the release event comes in. This caused the timer to refresh indefinitely since the key state mask was still on for that key. Always updating the key s

[PATCH libinput] touchpad: fix dwt disabling while a key is still down

2016-02-07 Thread Peter Hutterer
If dwt is disabled on the commandline, e.g. by setting an xinput property it may be disabled before the release event comes in. This caused the timer to refresh indefinitely since the key state mask was still on for that key. Always updating the key state mask (even when dwt is disabled) fixes that