From: greg@kroah.com Date: Thu, 25 Dec 2003 06:51:16 +0000 (-0800) Subject: [PATCH] add pci to the bus_files list. X-Git-Tag: 011~14 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480763324d812d3d5eb11cbe898a9b358b6fedbf;p=systemd [PATCH] add pci to the bus_files list. --- diff --git a/namedev.c b/namedev.c index 1e600bbe..e474b48e 100644 --- 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" }, {} };