diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-13 21:09:28 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:47:44 -0700 |
commit | 2b29bb4f75bb6f7abb7e5957c812c9d41496aacf (patch) | |
tree | 487ca789b557a172011f0a62c80edfba20ef3e66 | |
parent | a5e425369c9eccb35c7d0533e7a9dbdee864a6b5 (diff) |
[PATCH] add support for class/raw/ to wait_for_sysfs
-rw-r--r-- | wait_for_sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 2252c30cd8..86499a42cd 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -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; |