mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 19:28:03 +02: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.
|
Adjust the command for the event node of your touchpad.
|
||||||
A udev builtin will apply the new axis ranges automatically.
|
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
|
When the axis override is confirmed to work, please submit it as a pull
|
||||||
the [systemd project](https://github.com/systemd/systemd) or if that is not
|
request to the [systemd project](https://github.com/systemd/systemd).
|
||||||
possible as a libinput bug here:
|
|
||||||
https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput
|
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -910,7 +910,7 @@ evdev_device_check_abs_axis_range(struct evdev_device *device,
|
||||||
log_info_ratelimit(evdev_libinput_context(device),
|
log_info_ratelimit(evdev_libinput_context(device),
|
||||||
&device->abs.warning_range.range_warn_limit,
|
&device->abs.warning_range.range_warn_limit,
|
||||||
"Axis %#x value %d is outside expected range [%d, %d]\n"
|
"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,
|
code, value, min, max,
|
||||||
HTTP_DOC_LINK);
|
HTTP_DOC_LINK);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue