Skip to content

Commit

Permalink
evdev: point users to the trackpoint documentation for missing ranges
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Mar 23, 2018
1 parent 8dff0df commit f2b1eed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,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) {
Expand Down

0 comments on commit f2b1eed

Please sign in to comment.