1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

[PATCH] add class specific files for class/spi_transport and class/spi_host

This commit is contained in:
kay.sievers@vrfy.org 2004-12-12 08:34:46 +01:00 committed by Greg KH
parent 98446db553
commit 4be25ce1d0

View 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 }
};