From: kay.sievers@vrfy.org Date: Sun, 12 Dec 2004 07:34:46 +0000 (+0100) Subject: [PATCH] add class specific files for class/spi_transport and class/spi_host X-Git-Tag: 049~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be25ce1d0e1cef62120a5605f8472761a26689e;p=systemd [PATCH] add class specific files for class/spi_transport and class/spi_host --- diff --git a/udev_sysfs.c b/udev_sysfs.c index a4f293ef..d46f1f26 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -54,6 +54,8 @@ static const struct subsystem_file { { .subsystem = "ieee1394_node", .file = NULL }, { .subsystem = "fc_transport", .file = "port_id" }, { .subsystem = "fc_host", .file = "port_id" }, + { .subsystem = "spi_transport", .file = "width" }, + { .subsystem = "spi_host", .file = "width" }, { NULL, NULL } };