[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.
This commit is contained in:
kay.sievers@vrfy.org 2004-10-07 01:34:31 -07:00 committed by Greg KH
parent 5cb8eb82e0
commit 90852564d0

View File

@ -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;