Re: [PATCH libinput 16/17] touchpad: hook up sendevents configuration

2014-09-14 Thread Hans de Goede
Hi, On 09/03/2014 04:03 AM, Peter Hutterer wrote: We may be in the middle of a software button click or a tap, so make sure we go back to the device-neutral state by unwinding. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Looks good: Reviewed-by: Hans de Goede

[PATCH libinput 16/17] touchpad: hook up sendevents configuration

2014-09-02 Thread Peter Hutterer
We may be in the middle of a software button click or a tap, so make sure we go back to the device-neutral state by unwinding. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/evdev-mt-touchpad-buttons.c | 10 + src/evdev-mt-touchpad-tap.c | 6 +++ src/evdev-mt-touchpad.c