From: greg@kroah.com Date: Thu, 14 Oct 2004 04:09:28 +0000 (-0700) Subject: [PATCH] add support for class/raw/ to wait_for_sysfs X-Git-Tag: 037~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b29bb4f75bb6f7abb7e5957c812c9d41496aacf;p=systemd [PATCH] add support for class/raw/ to wait_for_sysfs --- diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 2252c30c..86499a42 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;