summaryrefslogtreecommitdiff
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-25 03:37:38 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-25 03:37:38 +0200
commitbcd9fc8f474bbe6ec0bbca139b3356ae5198441e (patch)
treee1a0967b7f33de942b6647c28698dbc174ddd985 /udev_sysfs.c
parent879d1946735e17c84984de9c090b5a3f4293046e (diff)
add pci_express to bus list
Hopefully that wait_for_sysfs crap can go away some day... Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index 90ce48caea..75e275d500 100644
--- a/udev_sysfs.c
+++ b/udev_sysfs.c
@@ -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" },