X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fudevadm.xml;h=d0b257dec93a977f6c3aa23404497db466aa1ef3;hp=accf70129e31a790f9ed3276d37dbb4bb1c56f23;hb=1361a3e33a1a43a3ea0563df6e4fbb26fe4bb1ab;hpb=7e505069d2eac61406cb0e7a9e5ef54a3c1ec38d diff --git a/man/udevadm.xml b/man/udevadm.xml index accf70129..d0b257dec 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -49,6 +49,9 @@ udevadm monitor options + + udevadm hwdb options + udevadm test options devpath @@ -420,6 +423,35 @@ + udevadm hwdb <optional>options</optional> + Maintain the hardware database index in /etc/udev/hwdb.bin. + + + + + Compile the hardware database information located in /usr/lib/udev/hwdb.d/, + /etc/udev/hwdb.d/ and store it in /etc/udev/hwdb.bin. This should be done after + any update to the source files; it will not be called automatically. The running + udev daemon will detect a new database on its own and does not need to be + notified about it. + + + + + + Query the database with a modalias string, and print the + retrieved properties. + + + + + + Alternative root path in the filesystem for reading and writing files. + + + + + udevadm test <optional>options</optional> <replaceable>devpath</replaceable> Simulate a udev event run for the given device, and print debug output.