1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-13 17:18:18 +03:00

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>
This commit is contained in:
Kay Sievers 2005-08-25 03:37:38 +02:00
parent 879d194673
commit bcd9fc8f47

View File

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