diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2015-12-11 16:06:26 +0100 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-12-21 04:40:45 +0100 |
commit | 4bb8548df632187d5db50878e71804af5f7c51ad (patch) | |
tree | bece45a2277b6ae37cdc7dd873166b7334a80ae7 /Documentation/ABI/testing/configfs-usb-gadget-tcm | |
parent | usb: gadget: f_tcm: use usb_gstrings_attach (diff) | |
download | linux-4bb8548df632187d5db50878e71804af5f7c51ad.tar.xz linux-4bb8548df632187d5db50878e71804af5f7c51ad.zip |
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/testing/configfs-usb-gadget-tcm')
-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. |