From 2a83357babab91f7c76de4b857bb2d3cdcffc472 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 3 Oct 2018 11:11:20 +1000 Subject: [PATCH] doc/user: add a warning that udevadm test doesn't always work We rely on the udev keyboard builtin to set the fuzz but that builtin isn't run during udevadm test. So running sudo udevadm test shows the LIBINPUT_FUZZ properties the first time round (still set from boot), but not the second time. Signed-off-by: Peter Hutterer --- doc/user/device-configuration-via-udev.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/user/device-configuration-via-udev.rst b/doc/user/device-configuration-via-udev.rst index eac1c409..b9ebb23b 100644 --- a/doc/user/device-configuration-via-udev.rst +++ b/doc/user/device-configuration-via-udev.rst @@ -247,6 +247,11 @@ in the udev rules files). :: sudo udevadm test /sys/class/input/eventX +.. warning:: ``udevadm test`` does not run commands specified in ``RUN`` + directives. This affects the udev properties relying on e.g. + the udev keyboard builtin such as the :ref:`touchpad_jitter` + workarounds. + .. _hwdb_modifying: ..............................................................................