filter: replace the trackpoint accel with a velocity-based one
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 5 Jun 2018 04:54:50 +0000 (14:54 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Jul 2018 06:04:59 +0000 (16:04 +1000)
commit831ce3c0d3b8b5521c0f504c204ae6d11453780a
treec732d396e9896ec174b3d98ecd37919ef563316d
parent529755e18f7b42b835ea33b74a1bc3218cda8841
filter: replace the trackpoint accel with a velocity-based one

This gets rid of the trackpoint range propery that we've been parsing until
now and instead just opts for a basic curve with some deceleration for low
pressure. The speed range is taken from the touchpad and should be wide enough
for most trackpoints that fall within the expected range.

Trackpoints like the new ALPS ones need to be configured through a hwdb (this
part is currently missing).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/pointer-acceleration.dox
src/filter-trackpoint.c