diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2014-10-16 13:33:31 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-05 13:37:17 -0600 |
commit | 6f1de344557315a8e5de0d15a28276198ca7fdac (patch) | |
tree | f3dd990db3f31af7d14b61cca36be9429993da2c /Documentation | |
parent | 9caa0d77f7ce6ca0ec6bb81e28a93db1b6287b0f (diff) | |
download | talos-obmc-linux-6f1de344557315a8e5de0d15a28276198ca7fdac.tar.gz talos-obmc-linux-6f1de344557315a8e5de0d15a28276198ca7fdac.zip |
usb: gadget: f_midi: add configfs support
Make the midi function available for gadgets composed with configfs.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/configfs-usb-gadget-midi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-midi b/Documentation/ABI/testing/configfs-usb-gadget-midi new file mode 100644 index 000000000000..6b341df7249c --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-midi @@ -0,0 +1,12 @@ +What: /config/usb-gadget/gadget/functions/midi.name +Date: Nov 2014 +KernelVersion: 3.19 +Description: + The attributes: + + index - index value for the USB MIDI adapter + id - ID string for the USB MIDI adapter + buflen - MIDI buffer length + qlen - USB read request queue length + in_ports - number of MIDI input ports + out_ports - number of MIDI output ports |