diff options
author | Peter Chen <peter.chen@freescale.com> | 2015-11-19 02:02:17 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-12-15 10:12:41 -0500 |
commit | df001894e3bfe02d06b83924623dd88babfe5dbd (patch) | |
tree | 938562b907bc6fada9d2dbc9922269c3927c502d /Documentation/usb | |
parent | 0d6c3d96678d11505f4923759af1e6c5fd260ff8 (diff) |
Documentation: usb: gadget-testing: add description for depth of queue
Add both bulk and iso depth of queue for sourcesink.
Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/gadget-testing.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt index b24d3ef89166..84b3d1036501 100644 --- a/Documentation/usb/gadget-testing.txt +++ b/Documentation/usb/gadget-testing.txt | |||
@@ -579,6 +579,8 @@ The SOURCESINK function provides these attributes in its function directory: | |||
579 | isoc_mult - 0..2 (hs/ss only) | 579 | isoc_mult - 0..2 (hs/ss only) |
580 | isoc_maxburst - 0..15 (ss only) | 580 | isoc_maxburst - 0..15 (ss only) |
581 | bulk_buflen - buffer length | 581 | bulk_buflen - buffer length |
582 | bulk_qlen - depth of queue for bulk | ||
583 | iso_qlen - depth of queue for iso | ||
582 | 584 | ||
583 | Testing the SOURCESINK function | 585 | Testing the SOURCESINK function |
584 | ------------------------------- | 586 | ------------------------------- |