From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 21 Oct 2004 17:39:00 +0000 Subject: Re: wait_for_sysfs messages Message-Id: <20041021173900.GA17808@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="wRRV7LY7NUeQGEoC" List-Id: References: <4167D501.8000908@gmx.at> In-Reply-To: <4167D501.8000908@gmx.at> To: linux-hotplug@vger.kernel.org --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 21, 2004 at 10:26:07PM +1000, Scott . wrote: > '/class/net/pan0' properly (no device symlink) > '/class/net/bnep0' properly (no device symlink) Patch apttached. Seems that nobody ever noticed that the "old" udev was spinning for so many devices for 10 seconds until timeout. Good to fix that now. Greg, please apply. Kay --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="udev-net-fixes.patch" ===== udev_sysfs.c 1.2 vs edited ===== --- 1.2/udev_sysfs.c 2004-10-21 19:32:04 +02:00 +++ edited/udev_sysfs.c 2004-10-21 19:32:44 +02:00 @@ -166,6 +166,8 @@ static int class_device_expect_no_device { .subsystem = "net", .device = "irda" }, { .subsystem = "net", .device = "ppp" }, { .subsystem = "net", .device = "tun" }, + { .subsystem = "net", .device = "pan" }, + { .subsystem = "net", .device = "bnep" }, { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, --wRRV7LY7NUeQGEoC-- ------------------------------------------------------- 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