X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev_sysfs.c;h=d46f1f26d85bf94fc55eab0a425ba2f164aac15d;hb=87da5b2c65e0a889093c27189212505328aea4ab;hp=a4f293ef1395a6ee622d7845d1335dbd7de29635;hpb=5ce120d366b54ea2bae12ec6ce01bb0d38ff1f50;p=elogind.git diff --git a/udev_sysfs.c b/udev_sysfs.c index a4f293ef1..d46f1f26d 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 } };