projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6c3d9
)
Documentation: usb: gadget-testing: add description for depth of queue
author
Peter Chen
<peter.chen@freescale.com>
Thu, 19 Nov 2015 07:02:17 +0000
(15:02 +0800)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 15 Dec 2015 15:12:41 +0000
(09:12 -0600)
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>
Documentation/usb/gadget-testing.txt
patch
|
blob
|
history
diff --git
a/Documentation/usb/gadget-testing.txt
b/Documentation/usb/gadget-testing.txt
index b24d3ef89166bc16f228e97aceb6f300063edc2a..84b3d1036501750b4613009abfe833f6d69c6549 100644
(file)
--- 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:
isoc_mult - 0..2 (hs/ss only)
isoc_maxburst - 0..15 (ss only)
bulk_buflen - buffer length
+ bulk_qlen - depth of queue for bulk
+ iso_qlen - depth of queue for iso
Testing the SOURCESINK function
-------------------------------