linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [udev] 'ide' missing in bus_files[]
@ 2003-12-25 19:57 Kay Sievers
  2003-12-30  1:02 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2003-12-25 19:57 UTC (permalink / raw)
  To: linux-hotplug

[-- 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" },
 	{}
 };

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-30  1:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-25 19:57 [udev] 'ide' missing in bus_files[] Kay Sievers
2003-12-30  1:02 ` Greg KH

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).