aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-12 08:34:46 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:13:48 -0700
commit4be25ce1d0e1cef62120a5605f8472761a26689e (patch)
tree5bfe7b5b56f7f3eb1518386a13353e29ead5863a /udev_sysfs.c
parent98446db5533596fd4d32f5019479d37d9495f1a1 (diff)
downloadudev-4be25ce1d0e1cef62120a5605f8472761a26689e.tar.gz
[PATCH] add class specific files for class/spi_transport and class/spi_host
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c2
1 files changed, 2 insertions, 0 deletions
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 }
};