chiark / gitweb /
[PATCH] add pci to the bus_files list.
[elogind.git] / namedev.c
index 1e600bbe6d2b997112325133dbc03c980c2d12d7..e474b48e57fbb973221e50b68b13cb3f6e671c0f 100644 (file)
--- a/namedev.c
+++ b/namedev.c
@@ -252,6 +252,7 @@ static struct bus_file {
 } bus_files[] = {
        { .bus = "scsi",        .file = "vendor" },
        { .bus = "usb",         .file = "idVendor" },
+       { .bus = "pci",         .file = "vendor" },
        {}
 };