From 6914b41de58d3bb5f1923ca9c80ae7947dfb8e1c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 11 Feb 2022 09:29:18 +1000 Subject: [PATCH] doc: correct the documentation for reporting trackpoint bugs libinput measure trackpoint-range was removed in 1.12 Fixes #734 Signed-off-by: Peter Hutterer --- doc/user/reporting-bugs.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user/reporting-bugs.rst b/doc/user/reporting-bugs.rst index 5356238..f513bc2 100644 --- a/doc/user/reporting-bugs.rst +++ b/doc/user/reporting-bugs.rst @@ -170,8 +170,7 @@ When you file a bug, please attach the following information: This is the most important piece of information, do not forget it! - the vendor model number of the device (e.g. "Logitech M325") - the output from udevadm info, see :ref:`udev_info`. -- the output of ``libinput measure trackpoint-range`` -- the sensitivity of the trackpoint (adjust the event node number as needed): :: +- the sensitivity of the trackpoint if it exists (adjust the event node number as needed): :: $ cat /sys/class/input/event17/device/device/sensitivity -- 2.7.4