MA-10703 [Android] use the usb_ep_queue for muti request
authorLuo Ji <ji.luo@nxp.com>
Wed, 22 Nov 2017 04:18:57 +0000 (12:18 +0800)
committerLuo Ji <ji.luo@nxp.com>
Thu, 25 Jan 2018 11:38:53 +0000 (19:38 +0800)
commit19c75116510c84d21560135847f258f4a52f5a8f
treed474f12262892a54e0cc5019e14c8403f7134cd3
parent3b247af186aa560023c6917cbd81a9a82b2b7bea
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: I5fd2568683c43163a21417a0634dd194e31f3eb7
Signed-off-by: Luo Ji <ji.luo@nxp.com>
drivers/usb/gadget/f_fastboot.c