RE: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC endpoint

2019-02-23 Thread Zengtao (B)
-ker...@vger.kernel.org; Laurent >Pinchart >Subject: RE: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC >endpoint > >* PGP Signed by an unknown key > > >Hi, > >"Zengtao (B)" writes: >>>-Original Message- >>>From: Felipe Balb

RE: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC endpoint

2019-01-21 Thread Felipe Balbi
; >>linux-ker...@vger.kernel.org >>Subject: Re: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC >>endpoint >> >>* PGP Signed by an unknown key >> >> >>Hi, >> >>Zeng Tao writes: >>> For ISOC transfers, if there is no ava

RE: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC endpoint

2019-01-21 Thread Zengtao (B)
PATCH] usb: dwc3: gadget: issue a stop command for ISOC >endpoint > >* PGP Signed by an unknown key > > >Hi, > >Zeng Tao writes: >> For ISOC transfers, if there is no available data for a period, we >> need to stop the transfer by issue a stop command, otherwise, a

Re: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC endpoint

2019-01-21 Thread Felipe Balbi
Hi, Zeng Tao writes: > For ISOC transfers, if there is no available data for a period, we need > to stop the transfer by issue a stop command, otherwise, all the > upcoming transfers will started by update transfer command, and will be > dropped with MISS ISOC errors. We, actually, have code to