
3 Nov
2021
3 Nov
'21
5:53 p.m.
On 9/16/21 3:02 AM, qianfanguijin@163.com wrote:
From: qianfan Zhao qianfanguijin@163.com
If the downloading file size is equal to the partition size, "fastboot flash" can't work, at least in sunxi platform, because used an uninitalized point: ep->desc.
Hm, I think that usb_ep_ops->enable needs to set ep->desc = desc on success.
Of the existing drivers, only musb-new and mtu3 skip this.
--Sean