Re: [PATCH libinput] touchpad: implement edge-based basic palm detection

2014-07-11 Thread Hans de Goede
Hi, On 07/11/2014 11:04 AM, Hans de Goede wrote: > Hi, > > On 07/11/2014 08:34 AM, Daniel Martin wrote: >> On Fri, Jul 11, 2014 at 11:08:53AM +1000, Peter Hutterer wrote: >>> A large part of palm events are situated on the far edges of the touchpad. >>> In >>> a test run on a T440s while typing

Re: [PATCH libinput] touchpad: implement edge-based basic palm detection

2014-07-11 Thread Hans de Goede
Hi, On 07/11/2014 08:34 AM, Daniel Martin wrote: > On Fri, Jul 11, 2014 at 11:08:53AM +1000, Peter Hutterer wrote: >> A large part of palm events are situated on the far edges of the touchpad. In >> a test run on a T440s while typing a long email all but 2 touch points were >> located in the outer

Re: [PATCH libinput] touchpad: implement edge-based basic palm detection

2014-07-11 Thread Peter Hutterer
On Fri, Jul 11, 2014 at 08:34:32AM +0200, Daniel Martin wrote: > On Fri, Jul 11, 2014 at 11:08:53AM +1000, Peter Hutterer wrote: > > A large part of palm events are situated on the far edges of the touchpad. > > In > > a test run on a T440s while typing a long email all but 2 touch points were > >

Re: [PATCH libinput] touchpad: implement edge-based basic palm detection

2014-07-10 Thread Daniel Martin
On Fri, Jul 11, 2014 at 11:08:53AM +1000, Peter Hutterer wrote: > A large part of palm events are situated on the far edges of the touchpad. In > a test run on a T440s while typing a long email all but 2 touch points were > located in the outer ~5% of the touchpad. Define a 10% exclusion zone on th

[PATCH libinput] touchpad: implement edge-based basic palm detection

2014-07-10 Thread Peter Hutterer
A large part of palm events are situated on the far edges of the touchpad. In a test run on a T440s while typing a long email all but 2 touch points were located in the outer ~5% of the touchpad. Define a 10% exclusion zone on the left and right edges in which new touchpoint is automatically assign