doc: axis overrides need to go to systemd, not libinput
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 9 Apr 2018 21:58:31 +0000 (07:58 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 9 Apr 2018 22:00:35 +0000 (08:00 +1000)
And remove the double-slash in the error message pointing here.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/absolute-coordinate-ranges.dox
src/evdev.h

index 24e5218..41659cf 100644 (file)
@@ -112,8 +112,6 @@ output of
 Adjust the command for the event node of your touchpad.
 A udev builtin will apply the new axis ranges automatically.
 
-When the axis override is confirmed to work, please submit it as a patch to
-the [systemd project](https://github.com/systemd/systemd) or if that is not
-possible as a libinput bug here:
-https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput
+When the axis override is confirmed to work, please submit it as a pull
+request to the [systemd project](https://github.com/systemd/systemd).
 */
index be74dfc..0e820c4 100644 (file)
@@ -910,7 +910,7 @@ evdev_device_check_abs_axis_range(struct evdev_device *device,
                log_info_ratelimit(evdev_libinput_context(device),
                                   &device->abs.warning_range.range_warn_limit,
                                   "Axis %#x value %d is outside expected range [%d, %d]\n"
-                                  "See %s/absolute_coordinate_ranges.html for details\n",
+                                  "See %sabsolute_coordinate_ranges.html for details\n",
                                   code, value, min, max,
                                   HTTP_DOC_LINK);
        }