mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09: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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user