Re: [PATCH libinput] touchpad: don't warn about kernel jumps on semi-mt devices

2016-06-10 Thread Hans de Goede
Hi, On 10-06-16 02:42, Peter Hutterer wrote: These devices are all over the place anyway, no need to spam the log, just silently discard the jumps. https://bugs.freedesktop.org/show_bug.cgi?id=96275 Signed-off-by: Peter Hutterer Looks good to me: Reviewed-by: Hans de Goede Regards, Hans

[PATCH libinput] touchpad: don't warn about kernel jumps on semi-mt devices

2016-06-09 Thread Peter Hutterer
These devices are all over the place anyway, no need to spam the log, just silently discard the jumps. https://bugs.freedesktop.org/show_bug.cgi?id=96275 Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ev