Re: [PATCH libinput 11/11] touchpad: put a movement threshold on thumb detection

2015-07-23 Thread Hans de Goede
Hi, On 23-07-15 04:31, Peter Hutterer wrote: On Wed, Jul 22, 2015 at 03:54:02PM +0200, Hans de Goede wrote: Hi, On 22-07-15 07:09, Peter Hutterer wrote: If a thumb moves around, it's not resting and we should consider it a normal touch. Signed-off-by: Peter Hutterer --- src/evdev-mt-touch

Re: [PATCH libinput 11/11] touchpad: put a movement threshold on thumb detection

2015-07-22 Thread Peter Hutterer
On Wed, Jul 22, 2015 at 03:54:02PM +0200, Hans de Goede wrote: > Hi, > > On 22-07-15 07:09, Peter Hutterer wrote: > >If a thumb moves around, it's not resting and we should consider it a normal > >touch. > > > >Signed-off-by: Peter Hutterer > >--- > > src/evdev-mt-touchpad.c | 16 +++

Re: [PATCH libinput 11/11] touchpad: put a movement threshold on thumb detection

2015-07-22 Thread Hans de Goede
Hi, On 22-07-15 07:09, Peter Hutterer wrote: If a thumb moves around, it's not resting and we should consider it a normal touch. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 16 src/evdev-mt-touchpad.h | 1 + test/touchpad.c | 31 +++

[PATCH libinput 11/11] touchpad: put a movement threshold on thumb detection

2015-07-21 Thread Peter Hutterer
If a thumb moves around, it's not resting and we should consider it a normal touch. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 16 src/evdev-mt-touchpad.h | 1 + test/touchpad.c | 31 --- 3 files changed, 45 insertions(+), 3