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:
parent
879d194673
commit
bcd9fc8f47
@ -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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user