chiark / gitweb /
[PATCH] add "pcmcia" and "fc_transport" to the wait_for_sysfs lists
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 30 Nov 2004 10:36:36 +0000 (11:36 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:00:29 +0000 (23:00 -0700)
udev_sysfs.c

index 6655968433cfb47a63d6373b3650b5c8e7a95279..ada413c4845f95b7354216125ab87867cc290bd1 100644 (file)
@@ -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" },