Skip to content
Snippets Groups Projects
Commit 70eaeb03 authored by Peng Fan's avatar Peng Fan Committed by Marek Vasut
Browse files

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: default avatarPeng Fan <Peng.Fan@freescale.com>
Tested-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Cc: "Łukasz Majewski" <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
parent 89983478
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment