summaryrefslogtreecommitdiff
path: root/wait_for_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-10-07 01:34:31 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:03 -0700
commit90852564d01bb7d2835b159ba2e572dad1afb37d (patch)
tree3023b65d3d19927895c9281f28ad7b68e0cf958b /wait_for_sysfs.c
parent5cb8eb82e01d01b16483ec59c8ab2d8a4100d807 (diff)
[PATCH] wait_for_sysfs bluetooth class update
Here is the file to wait for the bluetooth class, as it is not a "dev" file. udev waits for 10 seconds here too.
Diffstat (limited to 'wait_for_sysfs.c')
-rw-r--r--wait_for_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c
index 28ff43bdb5..0881b619c7 100644
--- a/wait_for_sysfs.c
+++ b/wait_for_sysfs.c
@@ -61,6 +61,7 @@ static int wait_for_class_device_attributes(struct sysfs_class_device *class_dev
{ .subsystem = "scsi_device", .file = NULL },
{ .subsystem = "pcmcia_socket", .file = "card_type" },
{ .subsystem = "usb_host", .file = NULL },
+ { .subsystem = "bluetooth", .file = "address" },
{ NULL, NULL }
};
struct class_file *classfile;