diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-12-12 08:34:46 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:13:48 -0700 |
commit | 4be25ce1d0e1cef62120a5605f8472761a26689e (patch) | |
tree | 5bfe7b5b56f7f3eb1518386a13353e29ead5863a /udev_sysfs.c | |
parent | 98446db5533596fd4d32f5019479d37d9495f1a1 (diff) |
[PATCH] add class specific files for class/spi_transport and class/spi_host
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r-- | udev_sysfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c index a4f293ef13..d46f1f26d8 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 } }; |