From: kay.sievers@vrfy.org Date: Thu, 7 Oct 2004 08:34:31 +0000 (-0700) Subject: [PATCH] wait_for_sysfs bluetooth class update X-Git-Tag: 034~9 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=90852564d01bb7d2835b159ba2e572dad1afb37d [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. --- diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 28ff43bdb53..0881b619c7a 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;