From 2b29bb4f75bb6f7abb7e5957c812c9d41496aacf Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 13 Oct 2004 21:09:28 -0700 Subject: [PATCH] [PATCH] add support for class/raw/ to wait_for_sysfs --- wait_for_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 2252c30cd..86499a42c 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; -- 2.30.2