mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 18:30:12 +01:00
evdev: fix the trackpoint multiplier info message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c7a9b2064d
commit
af97fbb86a
1 changed files with 1 additions and 1 deletions
|
|
@ -1202,7 +1202,7 @@ evdev_get_trackpoint_multiplier(struct evdev_device *device)
|
|||
|
||||
if (multiplier != 1.0)
|
||||
evdev_log_info(device,
|
||||
"trackpoint device set to range %.2f\n",
|
||||
"trackpoint multiplier is %.2f\n",
|
||||
multiplier);
|
||||
|
||||
return multiplier;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue