mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07: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…
Reference in New Issue
Block a user