doc/user: swap udevadm hwdb for systemd-hwdb

The latter has more obvious handling of hwdb matches. With udevadm hwdb a glob
may take precedence over a hwdb entry even if the latter is sorted later.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-02-14 16:55:01 +10:00
parent f636506def
commit 9ffc869f4c
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ When running libinput versions 1.11.x or earlier, you must run
::
$> sudo udevadm hwdb --update
$> sudo systemd-hwdb update
Additional options may also be specified. For example:

View file

@ -234,7 +234,7 @@ that update causes a hwdb change).
To update the binary file on-disk, run: ::
sudo udevadm hwdb --update
sudo systemd-hwdb update
Then, to trigger a reload of all properties on your device, run: ::