diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-07-07 11:35:40 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-07-07 11:35:40 +0200 |
commit | 3b529da42586aa430bb0d03800b19dd45552eae1 (patch) | |
tree | 2f016fcf11afd4d170399e4cdb31f5ad8c58dfae /udev/udev.xml | |
parent | 847b4f84c671e98f29f22d8e3e0d70a231d71a7b (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.xml | 6 |
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> |