aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-23 03:36:32 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 22:30:28 -0700
commit8474ff500fa5671185f6203f5f20162304a5c7df (patch)
tree8a903d370fb9a729428136aa3e5a5873d097e300 /udev_sysfs.c
parentf602ccf0723f116c2c3a77e057a0540027aa38b8 (diff)
downloadudev-8474ff500fa5671185f6203f5f20162304a5c7df.tar.gz
[PATCH] add a bunch of busses to the list of what to wait for
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index fae39964..e2c706c6 100644
--- a/udev_sysfs.c
+++ b/udev_sysfs.c
@@ -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;