From 4bee99940511a0e5ea5a3352ba2e8c0c97580e25 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Fri, 19 Nov 2004 03:43:43 +0100 Subject: [PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs --- udev_sysfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'udev_sysfs.c') 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" }, -- cgit 1.2.3-korg