usb: dwc3: add a bounce buffer for control endpoints
authorFelipe Balbi <balbi@ti.com>
Sat, 27 Aug 2011 19:07:53 +0000 (22:07 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Sep 2011 10:02:04 +0000 (13:02 +0300)
This core cannot handle OUT transfers which aren't
aligned to wMaxPacketSize, but that can happen at
least on control endpoint with the USB Audio Class.

This patch adds a bounce buffer to be used on the
case of a non-aligned ep0out request is queued.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found