From 0dfbe9451b47cfa0464f5d3ba232ceccf26ae189 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Sat, 11 Dec 2004 06:07:31 +0100 Subject: [PATCH] add a class/fc_host file to the list of what to wait for --- udev_sysfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'udev_sysfs.c') 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 } }; -- cgit 1.2.3-korg