aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-19 03:43:43 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 22:27:34 -0700
commit4bee99940511a0e5ea5a3352ba2e8c0c97580e25 (patch)
tree272282ecbb7ce9bff55e2377c327e580071acd2b /udev_sysfs.c
parent90e84c81486d757f1eec263565e605c1df500e7c (diff)
downloadudev-4bee99940511a0e5ea5a3352ba2e8c0c97580e25.tar.gz
[PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index 1953dd77..fae39964 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" },