diff options
| author | Peng Fan <[email protected]> | 2015-08-28 09:20:30 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2015-09-12 20:24:42 +0200 |
| commit | 70eaeb03c1fc173b1a7c11ad627d8cc8bbfe3e6c (patch) | |
| tree | aebe8a0a78392c3facf891dbea4d028470973811 /scripts/checkpatch.pl | |
| parent | 89983478bdc99996bbc26bd63fd00358d3082cbe (diff) | |
usb: gadget: ci_udc: implement usb_ep_ops dequeue callback
Implement endpoint dequeue callback function.
Without this function, uboot will hang when executing fastboot comamnd.
See following flow:
"fastboot_tx_write_str->fastboot_tx_write->usb_ep_dequeue->ep->ops->dequeue"
without implement ci_udc dequeue function, ep->ops->dequeue is NULL, then
uboot will hang.
Tested on mx6qsabresd board with fastboot enabled.
Signed-off-by: Peng Fan <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
Cc: "Ćukasz Majewski" <[email protected]>
Cc: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
