From: kay.sievers@vrfy.org Date: Tue, 30 Nov 2004 10:36:36 +0000 (+0100) Subject: [PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists X-Git-Tag: 047~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fe701e9c312be019118d0cc7326d3466164159;p=systemd [PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 66559684..ada413c4 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -51,6 +51,7 @@ static const struct subsystem_file { { .subsystem = "ieee1394", .file = NULL }, { .subsystem = "ieee1394_host", .file = NULL }, { .subsystem = "ieee1394_node", .file = NULL }, + { .subsystem = "fc_transport", .file = "port_id" }, { NULL, NULL } }; @@ -274,6 +275,7 @@ int wait_for_devices_device(struct sysfs_device *devices_dev, { .bus = "ide", .file = "detach_state" }, { .bus = "pci", .file = "vendor" }, { .bus = "platform", .file = "detach_state" }, + { .bus = "pcmcia", .file = "detach_state" }, { .bus = "i2c", .file = "detach_state" }, { .bus = "ieee1394", .file = "node_count" }, { .bus = "ieee1394", .file = "nodeid" },