mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 10:00:27 +01:00
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:
parent
f636506def
commit
9ffc869f4c
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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: ::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue