diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-07 01:34:31 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:03 -0700 |
commit | 90852564d01bb7d2835b159ba2e572dad1afb37d (patch) | |
tree | 3023b65d3d19927895c9281f28ad7b68e0cf958b | |
parent | 5cb8eb82e01d01b16483ec59c8ab2d8a4100d807 (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.
-rw-r--r-- | wait_for_sysfs.c | 1 |
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; |