filter: add a custom trackpoint accelerator
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 12 May 2017 04:39:24 +0000 (14:39 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 20 Jul 2017 01:53:01 +0000 (11:53 +1000)
commit87b5682824b3137101f520b3b29fe396f80f57a8
treef004f776e84073af0126b584e47ad1749d7957e6
parent71dd7b51ae6b64dd51ed517757a5c21daa9bf5cb
filter: add a custom trackpoint accelerator

Switch to a pure factor with a max scaled after a function. The offset is just
0 now (will be removed eventually). Both are determined with a function based
on a linear/exponential regression of a sample set of data pairs.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/pointer-acceleration.dox
src/evdev.c
src/evdev.h
src/filter.c
src/filter.h
test/test-pointer.c
tools/ptraccel-debug.c