mirror of
https://github.com/systemd/systemd.git
synced 2024-12-28 11:21:59 +03:00
[PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs
This commit is contained in:
parent
90e84c8148
commit
4bee999405
@ -145,6 +145,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d
|
||||
{ .subsystem = "block", .device = "scd" },
|
||||
{ .subsystem = "block", .device = "ubd" },
|
||||
{ .subsystem = "block", .device = "dm-" },
|
||||
{ .subsystem = "block", .device = "bcrypt" },
|
||||
{ .subsystem = "input", .device = "event" },
|
||||
{ .subsystem = "input", .device = "mice" },
|
||||
{ .subsystem = "input", .device = "mouse" },
|
||||
@ -168,6 +169,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d
|
||||
{ .subsystem = "net", .device = "pan" },
|
||||
{ .subsystem = "net", .device = "bnep" },
|
||||
{ .subsystem = "net", .device = "vmnet" },
|
||||
{ .subsystem = "net", .device = "ippp" },
|
||||
{ .subsystem = "ppp", .device = NULL },
|
||||
{ .subsystem = "sound", .device = NULL },
|
||||
{ .subsystem = "printer", .device = "lp" },
|
||||
|
Loading…
Reference in New Issue
Block a user