Re: [PATCH v2 libinput 2/3] Add an interface to enable/disable tapping

2014-07-01 Thread jadahl
On Wed, Jul 02, 2014 at 01:38:19PM +1000, Peter Hutterer wrote: > On Tue, Jul 01, 2014 at 08:23:23PM +0200, jad...@gmail.com wrote: > > On Tue, Jul 01, 2014 at 03:56:20PM +1000, Peter Hutterer wrote: > > > Provide an interface to enable/disable tapping, with a default mapping of > > > 1/2/3 fingers

Re: [PATCH v2 libinput 2/3] Add an interface to enable/disable tapping

2014-07-01 Thread Peter Hutterer
On Tue, Jul 01, 2014 at 08:23:23PM +0200, jad...@gmail.com wrote: > On Tue, Jul 01, 2014 at 03:56:20PM +1000, Peter Hutterer wrote: > > Provide an interface to enable/disable tapping, with a default mapping of > > 1/2/3 fingers mapping to L/R/M button events, respectively. > > > > Signed-off-by: P

Re: [PATCH v2 libinput 2/3] Add an interface to enable/disable tapping

2014-07-01 Thread jadahl
On Tue, Jul 01, 2014 at 03:56:20PM +1000, Peter Hutterer wrote: > Provide an interface to enable/disable tapping, with a default mapping of > 1/2/3 fingers mapping to L/R/M button events, respectively. > > Signed-off-by: Peter Hutterer > --- > Changes to v1: > - change to a simple enabled/disable

[PATCH v2 libinput 2/3] Add an interface to enable/disable tapping

2014-06-30 Thread Peter Hutterer
Provide an interface to enable/disable tapping, with a default mapping of 1/2/3 fingers mapping to L/R/M button events, respectively. Signed-off-by: Peter Hutterer --- Changes to v1: - change to a simple enabled/disabled config src/libinput-private.h | 13 + src/libinput.c | 35