From: kay.sievers@vrfy.org Date: Sun, 5 Dec 2004 14:03:43 +0000 (+0100) Subject: [PATCH] add net/atml and class/ppdev to the wait_for_sysfs exception list X-Git-Tag: 047~16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=inline;h=e1b7e62a2676bf679f3eae8997caf0ea703e573d;p=elogind.git [PATCH] add net/atml and class/ppdev to the wait_for_sysfs exception list --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 1c7cb16d9..5f7c63d31 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -172,9 +172,11 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "net", .device = "vmnet" }, { .subsystem = "net", .device = "ippp" }, { .subsystem = "net", .device = "nlv" }, + { .subsystem = "net", .device = "atml" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, + { .subsystem = "ppdev", .device = NULL }, { .subsystem = "nvidia", .device = NULL }, { .subsystem = "video4linux", .device = "vbi" }, { .subsystem = "dvb", .device = NULL },