[PATCH] add pci to the bus_files list.

This commit is contained in:
greg@kroah.com
2003-12-24 22:51:16 -08:00
committed by Greg KH
parent bc64a25fd2
commit 480763324d

View File

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