diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2014-10-16 07:33:31 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-05 14:37:17 -0500 |
commit | 6f1de344557315a8e5de0d15a28276198ca7fdac (patch) | |
tree | f3dd990db3f31af7d14b61cca36be9429993da2c /Documentation | |
parent | 9caa0d77f7ce6ca0ec6bb81e28a93db1b6287b0f (diff) |
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 @@ | |||
1 | What: /config/usb-gadget/gadget/functions/midi.name | ||
2 | Date: Nov 2014 | ||
3 | KernelVersion: 3.19 | ||
4 | Description: | ||
5 | The attributes: | ||
6 | |||
7 | index - index value for the USB MIDI adapter | ||
8 | id - ID string for the USB MIDI adapter | ||
9 | buflen - MIDI buffer length | ||
10 | qlen - USB read request queue length | ||
11 | in_ports - number of MIDI input ports | ||
12 | out_ports - number of MIDI output ports | ||