commit | 069caf5950dfa75d0526cd89c439ff9d9d3136d8 | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Sun Nov 25 00:17:08 2018 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Nov 26 12:38:03 2018 +0200 |
tree | fab9ab625d4350614b2ba0ac74d4832f28b76a27 | |
parent | 2c2322fbcab8102b8cadc09d66714700a2da42c2 [diff] |
USB: omap_udc: fix rejection of out transfers when DMA is used Commit 387f869d2579 ("usb: gadget: u_ether: conditionally align transfer size") started aligning transfer size only if requested, breaking omap_udc DMA mode. Set quirk_ep_out_aligned_size to restore the old behaviour. Fixes: 387f869d2579 ("usb: gadget: u_ether: conditionally align transfer size") Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>