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:
4540a9a
)
usb: gadget: mv_udc: fix a clerical error
author
Neil Zhang
<zhangwm@marvell.com>
Wed, 12 Oct 2011 08:49:27 +0000
(16:49 +0800)
committer
Felipe Balbi
<balbi@ti.com>
Thu, 13 Oct 2011 17:41:59 +0000
(20:41 +0300)
The max size of data payload is in bit0 - bit10, so we need use 0x7ff
as the bitmask to fetch from usb_endpoint_descriptor.wMaxPacketSize.
Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found