Re: [PATCH libinput 02/11] touchpad: only enable thumb detection on clickpads

2015-07-22 Thread Dominic Jänichen
Dominic Jänichen writes: > > Hello Peter, > > did you think about Thinkpads? For me, having physical buttons above > the touchpad is the reason to have the thumb on it... That is, while using > the trackpoint. > (This particular touchpad also is a clickpad, but there is (older) models > with no

Re: [PATCH libinput 02/11] touchpad: only enable thumb detection on clickpads

2015-07-22 Thread Dominic Jänichen
Peter Hutterer writes: > The use-case we have thumb detection for is to let a user rest a > thumb on the touchpad before clicking. On a touchpad with physical > buttons, the thumb won't be resting on the touchpad. > Hello Peter, did you think about Thinkpads? For me, having physical buttons ab

[PATCH libinput 02/11] touchpad: only enable thumb detection on clickpads

2015-07-21 Thread Peter Hutterer
The use-case we have thumb detection for is to let a user rest a thumb on the touchpad before clicking. On a touchpad with physical buttons, the thumb won't be resting on the touchpad. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 3 +++ test/touchpad.c | 16 --