diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-28 15:11:36 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-28 15:11:36 +0200 |
commit | 9fa68615bb0315501625c6cde3f3077257c740e7 (patch) | |
tree | 1a1bc65a11314a0abe822798d1d4a13a95b6a5f1 /udev/udev.xml | |
parent | e5e3f0ca642f3b2a1dcb7359fd2cf7fb6927a072 (diff) |
man: add static device nodes and udevd debug options
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index adf531b372..c517766f97 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -490,6 +490,16 @@ </listitem> </varlistentry> <varlistentry> + <term><option>static_node=</option></term> + <listitem> + <para>Apply the permissions specified in this rule to a static device node with + the specified name. Static device nodes might be provided by kernel modules, + or copied from <filename>/lib/udev/devices</filename>. These nodes might not have + a corresponding kernel device at the time udevd is started, and allow to trigger + automatic kernel module on-demand loading.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>watch</option></term> <listitem> <para>Watch the device node with inotify, when closed after being opened for |