mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-04 23:28:00 +02:00
evdev: add another debug message for the trackpoint sensitivity
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
238ffd3227
commit
8dff0dfe02
1 changed files with 4 additions and 0 deletions
|
|
@ -1201,6 +1201,10 @@ evdev_get_trackpoint_range(struct evdev_device *device)
|
||||||
}
|
}
|
||||||
range = 1.0 * DEFAULT_TRACKPOINT_RANGE *
|
range = 1.0 * DEFAULT_TRACKPOINT_RANGE *
|
||||||
sensitivity/DEFAULT_TRACKPOINT_SENSITIVITY;
|
sensitivity/DEFAULT_TRACKPOINT_SENSITIVITY;
|
||||||
|
|
||||||
|
evdev_log_debug(device,
|
||||||
|
"trackpoint udev sensitivity is %d\n",
|
||||||
|
sensitivity);
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue