Re: [PATCH libinput 4/4] evdev: always defuzz absolute touchscreens

2016-04-14 Thread Jonas Ã…dahl
On Fri, Apr 15, 2016 at 03:38:46PM +1000, Peter Hutterer wrote: > If a touchscreen has a fuzz value use it for motion hysteresis similar to how > we do it for a touchpad. This stops pointer wobbles as seen in > https://bugs.freedesktop.org/show_bug.cgi?id=94918 > > It's up to the system to overrid

[PATCH libinput 4/4] evdev: always defuzz absolute touchscreens

2016-04-14 Thread Peter Hutterer
If a touchscreen has a fuzz value use it for motion hysteresis similar to how we do it for a touchpad. This stops pointer wobbles as seen in https://bugs.freedesktop.org/show_bug.cgi?id=94918 It's up to the system to override or set the kernel's fuzz value correctly, i.e. a udev hwdb entry is requ