summaryrefslogtreecommitdiff
path: root/udev/udev.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-07-07 11:35:40 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-07-07 11:35:40 +0200
commit3b529da42586aa430bb0d03800b19dd45552eae1 (patch)
tree2f016fcf11afd4d170399e4cdb31f5ad8c58dfae /udev/udev.xml
parent847b4f84c671e98f29f22d8e3e0d70a231d71a7b (diff)
allow final assignment for OPTIONS:="nowatch"
A final assignemnt operator will disable any device watching by inotify, and any possible later rules setting "watch" again will be ignored.
Diffstat (limited to 'udev/udev.xml')
-rw-r--r--udev/udev.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/udev/udev.xml b/udev/udev.xml
index b971fadea6..20c394c28b 100644
--- a/udev/udev.xml
+++ b/udev/udev.xml
@@ -513,6 +513,12 @@
writing, a change uevent will be synthesised.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>nowatch</option></term>
+ <listitem>
+ <para>Disable the watching of a device node with inotify.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</listitem>
</varlistentry>