diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-14 20:36:12 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:44 -0700 |
commit | 139087e844b5e2a7f029b608db6a855cb2ca1ac3 (patch) | |
tree | c084137dc97045865681c4ec3c33b1a3073ef5b4 /wait_for_sysfs.c | |
parent | a75910b4c071c6033e72e18197284eda0bd08f4a (diff) |
[PATCH] wait_for_sysfs update for /class/firmware and /class/net/irda devices
update for /class/firmware and /class/net/irda devices
Diffstat (limited to 'wait_for_sysfs.c')
-rw-r--r-- | wait_for_sysfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 292edfad13..25a3fb4eef 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -63,6 +63,7 @@ static int wait_for_class_device_attributes(struct sysfs_class_device *class_dev { .subsystem = "pcmcia_socket", .file = NULL }, /* all files are unreadable in empty slot :( */ { .subsystem = "usb_host", .file = NULL }, { .subsystem = "bluetooth", .file = "address" }, + { .subsystem = "firmware", .file = "data" }, { .subsystem = "i2c-adapter", .file = NULL }, { .subsystem = "pci_bus", .file = NULL }, { .subsystem = "ieee1394", .file = NULL }, @@ -144,6 +145,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "net", .device = "lo" }, { .subsystem = "net", .device = "tap" }, { .subsystem = "net", .device = "ipsec" }, + { .subsystem = "net", .device = "irda" }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, { .subsystem = "nvidia", .device = NULL }, |