mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 00:38:01 +02:00
evdev: point users to the trackpoint documentation for missing ranges
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit f2b1eed976)
This commit is contained in:
parent
1ea91b212b
commit
a391e89041
1 changed files with 6 additions and 0 deletions
|
|
@ -1180,6 +1180,12 @@ evdev_get_trackpoint_range(struct evdev_device *device)
|
|||
goto out;
|
||||
}
|
||||
|
||||
evdev_log_info(device,
|
||||
"trackpoint does not have a specified range, "
|
||||
"guessing... see %strackpoints.html\n",
|
||||
HTTP_DOC_LINK);
|
||||
|
||||
|
||||
prop = udev_device_get_property_value(device->udev_device,
|
||||
"POINTINGSTICK_SENSITIVITY");
|
||||
if (prop) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue