commit | 1ebf02787a1621143ecde48db86459067f9544e5 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Thu Oct 10 15:28:01 2013 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 20 23:46:33 2013 +0200 |
tree | a3840ab9c780a5d62c4be1c5c9d42ad4aa288ce4 | |
parent | 3b59abf583143a9ed11ea0d05fdad02afb996d45 [diff] |
usb: gadget: mv_udc: optimize bounce Only perform one copy, either in the bounce routine for IN transfers, or the debounce rtn for OUT transfer. On out transfers, only copy the number of bytes received from the bounce buffer Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>