From: kay.sievers@vrfy.org Date: Sat, 11 Dec 2004 05:07:31 +0000 (+0100) Subject: [PATCH] add a class/fc_host file to the list of what to wait for X-Git-Tag: 049~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfbe9451b47cfa0464f5d3ba232ceccf26ae189;p=systemd [PATCH] add a class/fc_host file to the list of what to wait for --- 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 } };