aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-30 11:36:36 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:00:29 -0700
commitd2fe701e9c312be019118d0cc7326d3466164159 (patch)
tree0e66a460986774e071bcd21f055ebca721d62e68 /udev_sysfs.c
parent3fd7a9bfc068a5598a97de5e4b4fff167917f362 (diff)
downloadudev-d2fe701e9c312be019118d0cc7326d3466164159.tar.gz
[PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
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 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" },