From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: [udev] 'ide' missing in bus_files[]
Date: Thu, 25 Dec 2003 19:57:12 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-107238229711110@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
Hi Greg,
my syslog want's to contact you :)
Dec 25 20:37:48 pim udev[2274]: wait_for_device_to_initialize: Did not find bus type 'ide' on list of bus_id_files, contact greg@kroah.com
We need to put 'ide' to the bus_files array,
don't know which file to use...
Please have a look.
Kay
[-- Attachment #2: 03-ide-in-bus-array.diff --]
[-- Type: text/plain, Size: 328 bytes --]
diff -Nru a/namedev.c b/namedev.c
--- a/namedev.c Thu Dec 25 20:54:19 2003
+++ b/namedev.c Thu Dec 25 20:54:19 2003
@@ -255,6 +255,7 @@
} bus_files[] = {
{ .bus = "scsi", .file = "vendor" },
{ .bus = "usb", .file = "idVendor" },
+ { .bus = "ide", .file = "detach_state" },
{ .bus = "pci", .file = "vendor" },
{}
};
next reply other threads:[~2003-12-25 19:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-25 19:57 Kay Sievers [this message]
2003-12-30 1:02 ` [udev] 'ide' missing in bus_files[] Greg KH
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=marc-linux-hotplug-107238229711110@msgid-missing \
--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.