Re: [PATCH libinput 06/11] touchpad: scale thumb pressure threshold with the resolution

2015-07-22 Thread Hans de Goede
Hi, On 22-07-15 07:09, Peter Hutterer wrote: On touchpads with a higher resolution we also see higher pressure values. Scale accordingly, but use the T440s as reference and don't go below that device's threshold. A false positive is worse than a false negative when it comes to thumb detection.

[PATCH libinput 06/11] touchpad: scale thumb pressure threshold with the resolution

2015-07-21 Thread Peter Hutterer
On touchpads with a higher resolution we also see higher pressure values. Scale accordingly, but use the T440s as reference and don't go below that device's threshold. A false positive is worse than a false negative when it comes to thumb detection. https://bugs.freedesktop.org/show_bug.cgi?id=913