diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-08-28 09:20:30 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-09-12 20:24:42 +0200 |
commit | 70eaeb03c1fc173b1a7c11ad627d8cc8bbfe3e6c (patch) | |
tree | aebe8a0a78392c3facf891dbea4d028470973811 /drivers/usb/host/xhci-dwc3.c | |
parent | 89983478bdc99996bbc26bd63fd00358d3082cbe (diff) | |
download | u-boot-imx-70eaeb03c1fc173b1a7c11ad627d8cc8bbfe3e6c.zip u-boot-imx-70eaeb03c1fc173b1a7c11ad627d8cc8bbfe3e6c.tar.gz u-boot-imx-70eaeb03c1fc173b1a7c11ad627d8cc8bbfe3e6c.tar.bz2 |
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 <Peng.Fan@freescale.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Cc: "Ćukasz Majewski" <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/host/xhci-dwc3.c')
0 files changed, 0 insertions, 0 deletions