chiark / gitweb /
[PATCH] add class specific files for class/spi_transport and class/spi_host
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sun, 12 Dec 2004 07:34:46 +0000 (08:34 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:13:48 +0000 (23:13 -0700)
udev_sysfs.c

index a4f293ef1395a6ee622d7845d1335dbd7de29635..d46f1f26d85bf94fc55eab0a425ba2f164aac15d 100644 (file)
@@ -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 }
 };