Re: [PATCH libinput 04/20] touchpad: don't allow tapping while any button is down

2014-04-23 Thread Peter Hutterer
On Wed, Apr 23, 2014 at 11:36:05PM +0200, Jonas Ådahl wrote: > On Tue, Apr 15, 2014 at 02:28:01PM +0200, Hans de Goede wrote: > > From: Peter Hutterer > > > > Immediately set the state to DEAD, waiting for the tap release to go back to > > idle. > > This will make it impossible to tap while for

Re: [PATCH libinput 04/20] touchpad: don't allow tapping while any button is down

2014-04-23 Thread Jonas Ådahl
On Tue, Apr 15, 2014 at 02:28:01PM +0200, Hans de Goede wrote: > From: Peter Hutterer > > Immediately set the state to DEAD, waiting for the tap release to go back to > idle. This will make it impossible to tap while for example holding a button to keep a menu visible. This currently works in X

[PATCH libinput 04/20] touchpad: don't allow tapping while any button is down

2014-04-15 Thread Hans de Goede
From: Peter Hutterer Immediately set the state to DEAD, waiting for the tap release to go back to idle. Signed-off-by: Peter Hutterer Signed-off-by: Hans de Goede --- src/evdev-mt-touchpad-tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad-tap.c b/