From: Kay Sievers Date: Thu, 25 Aug 2005 01:37:38 +0000 (+0200) Subject: add pci_express to bus list X-Git-Tag: 174~2601 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bcd9fc8f474bbe6ec0bbca139b3356ae5198441e;hp=879d1946735e17c84984de9c090b5a3f4293046e add pci_express to bus list Hopefully that wait_for_sysfs crap can go away some day... Signed-off-by: Kay Sievers --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 90ce48cae..75e275d50 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" },