diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-24 22:51:16 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:10 -0700 |
commit | 480763324d812d3d5eb11cbe898a9b358b6fedbf (patch) | |
tree | 1cb323cde8b43c44c143ed3dbc9da63140e846c5 /namedev.c | |
parent | bc64a25fd223d8e0cbc0a4aa2ef8cc03e1d60562 (diff) |
[PATCH] add pci to the bus_files list.
Diffstat (limited to 'namedev.c')
-rw-r--r-- | namedev.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -252,6 +252,7 @@ static struct bus_file { } bus_files[] = { { .bus = "scsi", .file = "vendor" }, { .bus = "usb", .file = "idVendor" }, + { .bus = "pci", .file = "vendor" }, {} }; |