From 8eb41b432eb6d0f3a55dd489332489faba90144e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 10 Apr 2018 07:58:31 +1000 Subject: [PATCH] doc: axis overrides need to go to systemd, not libinput And remove the double-slash in the error message pointing here. Signed-off-by: Peter Hutterer --- doc/absolute-coordinate-ranges.dox | 6 ++---- src/evdev.h | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/absolute-coordinate-ranges.dox b/doc/absolute-coordinate-ranges.dox index 24e52182..41659cfa 100644 --- a/doc/absolute-coordinate-ranges.dox +++ b/doc/absolute-coordinate-ranges.dox @@ -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). */ diff --git a/src/evdev.h b/src/evdev.h index be74dfc5..0e820c40 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -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); }