mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 13:30:27 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
d1a0d50c30
commit
2a83357bab
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
..............................................................................
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue