From 90852564d01bb7d2835b159ba2e572dad1afb37d Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Thu, 7 Oct 2004 01:34:31 -0700 Subject: [PATCH] [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. --- wait_for_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 28ff43bdb..0881b619c 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; -- 2.30.2