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:
73108aa
)
usb: usbtest: two super speed fixes for usbtest
author
Paul Zimmerman
<Paul.Zimmerman@synopsys.com>
Mon, 16 Apr 2012 21:19:07 +0000
(14:19 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 1 May 2012 17:38:27 +0000
(13:38 -0400)
bMaxPacketSize0 field for super speed is a power of 2, not a count.
The size itself is always 512.
Max packet size for a super speed bulk endpoint is 1024, so
allocate the urb size in halt_simple() accordingly.
Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found