From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: here is a problem
Date: Sat, 16 Oct 2004 17:02:58 +0000 [thread overview]
Message-ID: <20041016170258.GF5031@vrfy.org> (raw)
In-Reply-To: <BAY2-F1gEpTX5V3GykB00000c31@hotmail.com>
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
On Sat, Oct 16, 2004 at 10:32:47AM -0500, Jason Dravet wrote:
> FYI
>
> wait_for_sysfs[2986]: either wait_for_sysfs (udev 038) needs an update to
> handle the device '/class/ppp/ppp' properly (5) or the sysfs-support of
> your device's driver needs to be fixed, please report to
> <linux-hotplug-devel@lists.sourceforge.net>
>
> I am running udev 38-2 and ppp-2.4.2-6.3
Yeah, the ppp-class is missing, we only covered the net ppp-devices.
Here is the fix. Greg, please apply.
Thanks,
Kay
[-- Attachment #2: wait-ppp-class.patch --]
[-- Type: text/plain, Size: 806 bytes --]
===== wait_for_sysfs.c 1.20 vs edited =====
--- 1.20/wait_for_sysfs.c 2004-10-15 23:54:11 +02:00
+++ edited/wait_for_sysfs.c 2004-10-16 18:59:30 +02:00
@@ -158,11 +158,12 @@ static int class_device_expect_no_device
{ .subsystem = "msr", .device = NULL },
{ .subsystem = "netlink", .device = NULL },
{ .subsystem = "net", .device = "sit" },
- { .subsystem = "net", .device = "ppp" },
{ .subsystem = "net", .device = "lo" },
{ .subsystem = "net", .device = "tap" },
{ .subsystem = "net", .device = "ipsec" },
{ .subsystem = "net", .device = "irda" },
+ { .subsystem = "net", .device = "ppp" },
+ { .subsystem = "ppp", .device = NULL },
{ .subsystem = "sound", .device = NULL },
{ .subsystem = "printer", .device = "lp" },
{ .subsystem = "nvidia", .device = NULL },
next prev parent reply other threads:[~2004-10-16 17:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-16 15:32 here is a problem Jason Dravet
2004-10-16 17:02 ` Kay Sievers [this message]
2004-10-18 17:17 ` Greg KH
2004-10-18 19:00 ` Jason Dravet
2004-10-18 19:47 ` Greg KH
2004-10-19 9:57 ` Harald Hoyer
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=20041016170258.GF5031@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.