diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2015-12-11 18:06:26 +0300 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-12-21 06:40:45 +0300 |
commit | 4bb8548df632187d5db50878e71804af5f7c51ad (patch) | |
tree | bece45a2277b6ae37cdc7dd873166b7334a80ae7 /Documentation/ABI | |
parent | 9beab5d4f2ef6f5b8f26506d94ed68deb42af882 (diff) | |
download | linux-4bb8548df632187d5db50878e71804af5f7c51ad.tar.xz |
usb: gadget: f_tcm: add configfs support
Allow using the tcm function as a component of a gadget composed with
ConfigFS.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/configfs-usb-gadget-tcm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-tcm b/Documentation/ABI/testing/configfs-usb-gadget-tcm new file mode 100644 index 000000000000..a29ed2dd6173 --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-tcm @@ -0,0 +1,6 @@ +What: /config/usb-gadget/gadget/functions/tcm.name +Date: Dec 2015 +KernelVersion: 4.5 +Description: + There are no attributes because all the configuration + is performed in the "target" subsystem of configfs. |