aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-11 06:07:31 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:13:47 -0700
commit0dfbe9451b47cfa0464f5d3ba232ceccf26ae189 (patch)
treeba0890903e92613f57419c0f50cff9f830d8904b /udev_sysfs.c
parentc2fe814e305aaede3b03cfa2e86f1a317e1a66c4 (diff)
downloadudev-0dfbe9451b47cfa0464f5d3ba232ceccf26ae189.tar.gz
[PATCH] add a class/fc_host file to the list of what to wait for
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index 5f7c63d3..ac8e4c10 100644
--- a/udev_sysfs.c
+++ b/udev_sysfs.c
@@ -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 }
};