chiark / gitweb /
[PATCH] add a bunch of busses to the list of what to wait for
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 23 Nov 2004 02:36:32 +0000 (03:36 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:30:28 +0000 (22:30 -0700)
udev_sysfs.c

index fae3996406111113f4dbe22d463576b9881567a1..e2c706c6f5d6477abd60fc3899966281256e04f9 100644 (file)
@@ -278,6 +278,28 @@ int wait_for_devices_device(struct sysfs_device *devices_dev,
                { .bus = "ieee1394",    .file = "node_count" },
                { .bus = "ieee1394",    .file = "nodeid" },
                { .bus = "ieee1394",    .file = "address" },
+               { .bus = "bttv-sub",    .file = "detach_state" },
+               { .bus = "pnp",         .file = "detach_state" },
+               { .bus = "eisa",        .file = "detach_state" },
+               { .bus = "pseudo",      .file = "detach_state" },
+               { .bus = "mmc",         .file = "detach_state" },
+               { .bus = "macio",       .file = "detach_state" },
+               { .bus = "of_platform", .file = "detach_state" },
+               { .bus = "vio",         .file = "detach_state" },
+               { .bus = "ecard",       .file = "detach_state" },
+               { .bus = "sa1111-rab",  .file = "detach_state" },
+               { .bus = "amba",        .file = "detach_state" },
+               { .bus = "locomo-bus",  .file = "detach_state" },
+               { .bus = "logicmodule", .file = "detach_state" },
+               { .bus = "parisc",      .file = "detach_state" },
+               { .bus = "ocp",         .file = "detach_state" },
+               { .bus = "dio",         .file = "detach_state" },
+               { .bus = "MCA",         .file = "detach_state" },
+               { .bus = "wl",          .file = "detach_state" },
+               { .bus = "ccwgroup",    .file = "detach_state" },
+               { .bus = "css",         .file = "detach_state" },
+               { .bus = "ccw",         .file = "detach_state" },
+               { .bus = "iucv",        .file = "detach_state" },
                { NULL, NULL }
        };
        struct device_file *devicefile;