[PATCH] 'ide' missing in bus_files[]

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...
This commit is contained in:
kay.sievers@vrfy.org 2003-12-30 01:07:55 -08:00 committed by Greg KH
parent 3c90f15174
commit 2441c20743
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ static struct bus_file {
} bus_files[] = {
{ .bus = "scsi", .file = "vendor" },
{ .bus = "usb", .file = "idVendor" },
{ .bus = "ide", .file = "detach_state" },
{ .bus = "pci", .file = "vendor" },
{}
};