commit | bedcff970e16d36324ddbfa61de33e4640c9d619 | [log] [tgz] |
---|---|---|
author | Neil Zhang <zhangwm@marvell.com> | Wed Oct 12 16:49:27 2011 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Thu Oct 13 20:41:59 2011 +0300 |
tree | cba95b595f1ad65e9108c29ddd6b039084173289 | |
parent | 4540a9ab319f1a55ded5f635da66da60d3c93e69 [diff] |
usb: gadget: mv_udc: fix a clerical error 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>