diff 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 |