mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
[PATCH] add support for class/raw/ to wait_for_sysfs
This commit is contained in:
parent
a5e425369c
commit
2b29bb4f75
@ -154,6 +154,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d
|
||||
{ .subsystem = "ieee1394", .device = NULL },
|
||||
{ .subsystem = "ieee1394_host", .device = NULL },
|
||||
{ .subsystem = "ieee1394_node", .device = NULL },
|
||||
{ .subsystem = "raw", .device = NULL },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
struct class_device *classdevice;
|
||||
|
Loading…
x
Reference in New Issue
Block a user