diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-19 03:43:43 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:27:34 -0700 |
commit | 4bee99940511a0e5ea5a3352ba2e8c0c97580e25 (patch) | |
tree | 272282ecbb7ce9bff55e2377c327e580071acd2b /udev_sysfs.c | |
parent | 90e84c81486d757f1eec263565e605c1df500e7c (diff) |
[PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r-- | udev_sysfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c index 1953dd7775..fae3996406 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -145,6 +145,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "block", .device = "scd" }, { .subsystem = "block", .device = "ubd" }, { .subsystem = "block", .device = "dm-" }, + { .subsystem = "block", .device = "bcrypt" }, { .subsystem = "input", .device = "event" }, { .subsystem = "input", .device = "mice" }, { .subsystem = "input", .device = "mouse" }, @@ -168,6 +169,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "net", .device = "pan" }, { .subsystem = "net", .device = "bnep" }, { .subsystem = "net", .device = "vmnet" }, + { .subsystem = "net", .device = "ippp" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, |