diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-12-11 06:07:31 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:13:47 -0700 |
commit | 0dfbe9451b47cfa0464f5d3ba232ceccf26ae189 (patch) | |
tree | ba0890903e92613f57419c0f50cff9f830d8904b /udev_sysfs.c | |
parent | c2fe814e305aaede3b03cfa2e86f1a317e1a66c4 (diff) |
[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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c index 5f7c63d31d..ac8e4c1060 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 } }; |