mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 07:20:06 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
6964047a67
commit
8eb41b432e
2 changed files with 3 additions and 5 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue