diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-13 14:43:24 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:27:34 -0700 |
commit | 7efa217db0db946e68e6274e2b9cbe0a973ec47a (patch) | |
tree | 80c697681846807293352b05ee2e5b9e9ef7af79 /udev.h | |
parent | d4a32aa2e4804de9189574213749616dda57faa7 (diff) |
[PATCH] add NAME{ignore_remove} attribute
Some broken ide drivers are generating high event traffic, with
add/remove events. With this attribute, it can be specified,
that the node is always available. It may be used in conjunction
with the new DRIVER= match to catch specific kernel device drivers.
Diffstat (limited to 'udev.h')
-rw-r--r-- | udev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ struct udevice { mode_t mode; char symlink[NAME_SIZE]; int partitions; + int ignore_remove; int config_line; char config_file[NAME_SIZE]; long config_uptime; |