git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70d844
)
usb: dwc3: gadget: allocate 3 packets for bulk and isoc endpoints
author
Felipe Balbi
<balbi@ti.com>
Thu, 2 Feb 2012 11:01:12 +0000
(13:01 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 6 Feb 2012 15:06:12 +0000
(17:06 +0200)
Those transfer types are generally high bandwidth, so we
want to optimize transfers with those endpoints.
For that, databook suggests allocating 3 * wMaxPacketSize
of FIFO. Let's do that.
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found