summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udev_sysfs.c2
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 }
};