RE: [PATCH] usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()

2018-06-13 Thread Zengtao (B)
el.org >Cc: John Youn >Subject: [PATCH] usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc() > >In case of requests queue is empty reset EP target_frame to initial value. > >This allow restarting ISOC traffic in case when function driver queued >requests with interrup

[PATCH] usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()

2018-06-12 Thread Minas Harutyunyan
In case of requests queue is empty reset EP target_frame to initial value. This allow restarting ISOC traffic in case when function driver queued requests with interruptions. Signed-off-by: Minas Harutyunyan --- drivers/usb/dwc2/gadget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drive