Re: [PATCH libinput 3/6] touchpad: make gestures optional

2015-07-31 Thread Bill Spitzak
On Fri, Jul 31, 2015 at 1:43 AM, Hans de Goede wrote: > > I thought about that when doing the patch but decided for this approach on >> purpose. currently, a mis-detection of a pinch gesture with gestures >> enabled means the gesture remains until the fingers are lifted. with this >> patch otoh

Re: [PATCH libinput 3/6] touchpad: make gestures optional

2015-07-31 Thread Hans de Goede
Hi, On 31-07-15 01:25, Peter Hutterer wrote: On Thu, Jul 30, 2015 at 02:29:18PM +0200, Hans de Goede wrote: Hi, On 30-07-15 08:11, Peter Hutterer wrote: Not all multi-finger touchpads are able to reliably produce gestures, so make it optional. This patch just adds a boolean (currently always

Re: [PATCH libinput 3/6] touchpad: make gestures optional

2015-07-30 Thread Peter Hutterer
On Thu, Jul 30, 2015 at 02:29:18PM +0200, Hans de Goede wrote: > Hi, > > On 30-07-15 08:11, Peter Hutterer wrote: > >Not all multi-finger touchpads are able to reliably produce gestures, so make > >it optional. This patch just adds a boolean (currently always true) that gets > >set on touchpad ini

Re: [PATCH libinput 3/6] touchpad: make gestures optional

2015-07-30 Thread Hans de Goede
Hi, On 30-07-15 08:11, Peter Hutterer wrote: Not all multi-finger touchpads are able to reliably produce gestures, so make it optional. This patch just adds a boolean (currently always true) that gets set on touchpad init time, i.e. it is not run-time configurable. Three and four-finger gesture

[PATCH libinput 3/6] touchpad: make gestures optional

2015-07-29 Thread Peter Hutterer
Not all multi-finger touchpads are able to reliably produce gestures, so make it optional. This patch just adds a boolean (currently always true) that gets set on touchpad init time, i.e. it is not run-time configurable. Three and four-finger gestures are filtered out in gesture_notify(), if the c