From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: wait_for_sysfs messages
Date: Thu, 21 Oct 2004 17:39:00 +0000 [thread overview]
Message-ID: <20041021173900.GA17808@vrfy.org> (raw)
In-Reply-To: <4167D501.8000908@gmx.at>
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
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
[-- Attachment #2: udev-net-fixes.patch --]
[-- Type: text/plain, Size: 563 bytes --]
===== 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" },
next prev parent reply other threads:[~2004-10-21 17:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-09 12:09 wait_for_sysfs messages Ulrich Dobramysl
2004-10-09 12:40 ` Marco d'Itri
2004-10-11 22:41 ` Greg KH
2004-10-11 22:41 ` Greg KH
2004-10-21 12:26 ` Scott .
2004-10-21 17:39 ` Kay Sievers [this message]
2004-11-25 15:40 ` Ake
2004-11-28 3:42 ` Kay Sievers
2004-11-29 7:12 ` Ake
2004-11-30 2:31 ` Kay Sievers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041021173900.GA17808@vrfy.org \
--to=kay.sievers@vrfy.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).