chiark / gitweb /
add pci_express to bus list
authorKay Sievers <kay.sievers@suse.de>
Thu, 25 Aug 2005 01:37:38 +0000 (03:37 +0200)
committerKay Sievers <kay.sievers@suse.de>
Thu, 25 Aug 2005 01:37:38 +0000 (03:37 +0200)
Hopefully that wait_for_sysfs crap can go away some day...

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
udev_sysfs.c

index 90ce48caeafe4abdf34e998e95adfcdbdaba9f3d..75e275d5002fde7a237fbf83312b6ebb73ea7e99 100644 (file)
@@ -300,6 +300,7 @@ int wait_for_devices_device(struct sysfs_device *devices_dev,
                { .bus = "usb-serial",  .file = "bus" },
                { .bus = "ide",         .file = "bus" },
                { .bus = "pci",         .file = "vendor" },
+               { .bus = "pci_express", .file = "bus" },
                { .bus = "platform",    .file = "bus" },
                { .bus = "pcmcia",      .file = "bus" },
                { .bus = "i2c",         .file = "bus" },