touchpad: increase the jump detection interval to 30ms
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 25 Nov 2020 03:26:16 +0000 (13:26 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 14 Dec 2020 09:32:13 +0000 (09:32 +0000)
commit535f92a5466e61bf1f19596498db2c966eac27d7
tree0538af7359a6f00c4afc5b14c42fa22a80d2aa5b
parentbfa077d2a8abd4ab52622bd1f8f5e5c54dc300c0
touchpad: increase the jump detection interval to 30ms

On serial touchpads it's common enough that frames slow down tofrom the usual
12ms to 24ms. That's too close to our 25ms cutoff so if we have a minor delay,
we end up missing out on jump detection.

Fixes #541

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c