chiark / gitweb /
[PATCH] add a class/fc_host file to the list of what to wait for
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sat, 11 Dec 2004 05:07:31 +0000 (06:07 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:13:47 +0000 (23:13 -0700)
udev_sysfs.c

index 5f7c63d31d439e1a20a674b463185db7343ad90d..ac8e4c10600d26c0b47d444ec93dc7244ea3a4a2 100644 (file)
@@ -52,6 +52,7 @@ static const struct subsystem_file {
        { .subsystem = "ieee1394_host", .file = NULL },
        { .subsystem = "ieee1394_node", .file = NULL },
        { .subsystem = "fc_transport",  .file = "port_id" },
+       { .subsystem = "fc_host",       .file = "port_id" },
        { NULL, NULL }
 };