diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-16 15:22:17 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-16 15:22:17 +0100 |
commit | cdae488a3fbca5a61b3f8ea0651730cfa2da9cb0 (patch) | |
tree | 26d3f5a0b0da338f367dfb643679e11f9d9be698 /udev/udev.xml | |
parent | 5052297b6a8928d3ccfdd9996b71fdfff8bc8921 (diff) |
remove "ignore_device"
There is no way to ignore an event these days. Libudev events can
not be suppressed. It only prevents RUN keys from being executed,
which results in an inconsistent behavior in current setups.
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 41941c820f..ff01fefe58 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -420,12 +420,6 @@ <para>Rule and device options:</para> <variablelist> <varlistentry> - <term><option>ignore_device</option></term> - <listitem> - <para>Ignore this event completely.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>ignore_remove</option></term> <listitem> <para>Do not remove the device node when the device goes away. This may be |