Skip to content

Commit

Permalink
doc/user: add a warning that udevadm test doesn't always work
Browse files Browse the repository at this point in the history
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 <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Oct 3, 2018
1 parent d1a0d50 commit 2a83357
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/user/device-configuration-via-udev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

..............................................................................
Expand Down

0 comments on commit 2a83357

Please sign in to comment.