From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 06 Oct 2004 23:26:55 +0000 Subject: wait_for_sysfs bluetooth class update Message-Id: <20041006232655.GA11837@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="IS0zKkzwUGydFO0o" List-Id: To: linux-hotplug@vger.kernel.org --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is the file to wait for the bluetooth class, as it is not a "dev" file. udev waits for 10 seconds here too. If the wait binary works as expected we may remove all the waiting stuff from the udev sources sometimes? Thanks, Kay --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="udev-wait-bluetooth.patch" ===== wait_for_sysfs.c 1.2 vs edited ===== --- 1.2/wait_for_sysfs.c 2004-10-06 04:07:03 +02:00 +++ edited/wait_for_sysfs.c 2004-10-07 01:18:25 +02:00 @@ -61,6 +61,7 @@ static int wait_for_class_device_attribu { .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; --IS0zKkzwUGydFO0o-- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel