mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-25 14:00:32 +01:00
Bump TRACKPOINT_DEFAULT_MAX_DELTA to 120
This raises the trackpoint speed limit to something more conducive to long-distance moves. https://bugs.freedesktop.org/show_bug.cgi?id=106506 Signed-off-by: Chow Loong Jin <hyperair@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2167c3af05
commit
8e30b3069c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
/* Trackpoint acceleration */
|
||||
#define TRACKPOINT_DEFAULT_MAX_ACCEL 2.0 /* in units/us */
|
||||
#define TRACKPOINT_DEFAULT_MAX_DELTA 60
|
||||
#define TRACKPOINT_DEFAULT_MAX_DELTA 120
|
||||
/* As measured on a Lenovo T440 at kernel-default sensitivity 128 */
|
||||
#define TRACKPOINT_DEFAULT_RANGE 20 /* max value */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue