]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] add support for class/raw/ to wait_for_sysfs
authorgreg@kroah.com <greg@kroah.com>
Thu, 14 Oct 2004 04:09:28 +0000 (21:09 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:47:44 +0000 (21:47 -0700)
wait_for_sysfs.c

index 2252c30cd82229057ae836b8eb1b3c6163449d0b..86499a42cdffb36e3b417e63c0e4bafb43d2d3d3 100644 (file)
@@ -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;