From: kay.sievers@vrfy.org Date: Fri, 19 Nov 2004 02:43:43 +0000 (+0100) Subject: [PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs X-Git-Tag: 046~4 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bee99940511a0e5ea5a3352ba2e8c0c97580e25;p=systemd [PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs --- 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" },