MA-10703 [Android] use the usb_ep_queue for muti request
authorzhang sanshan <sanshan.zhang@nxp.com>
Wed, 22 Nov 2017 04:18:57 +0000 (12:18 +0800)
committerzhang sanshan <sanshan.zhang@nxp.com>
Wed, 22 Nov 2017 04:24:27 +0000 (12:24 +0800)
commit8d57d373cb26338172d9cd30be7b2a34d69fc0f1
tree8e9bb8bca4cce422096405bade9147a89240881c
parent8d628654111705c5cbba4eba2ddc72673c98c8be
MA-10703 [Android] use the usb_ep_queue for muti request

It need to send muti data through usb for fastboot commands(fastboot getcar all)
this patch use usb_ep_queue to queue usb data.

Change-Id: I5fd256868ac43163a21417a0634dd194e31f3eb7
Signed-off-by: Li Jun <jun.li@nxp.com>
drivers/usb/gadget/f_fastboot.c