Re: [PATCH v2 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically

2016-09-17 Thread Baolin Wang
Hi Felipe, Sorry for late reply due to my holiday. On 9 September 2016 at 18:47, Felipe Balbi wrote: > > Hi, > > Baolin Wang writes: >> When system has stpped the gadget, we should avoid queuing any requests >> which will cause tranfer failed. Thus

Re: [PATCH v2 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically

2016-09-17 Thread Baolin Wang
Hi Felipe, Sorry for late reply due to my holiday. On 9 September 2016 at 18:47, Felipe Balbi wrote: > > Hi, > > Baolin Wang writes: >> When system has stpped the gadget, we should avoid queuing any requests >> which will cause tranfer failed. Thus adding some disconnect checking to >> avoid

Re: [PATCH v2 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically

2016-09-09 Thread Felipe Balbi
Hi, Baolin Wang writes: > When system has stpped the gadget, we should avoid queuing any requests > which will cause tranfer failed. Thus adding some disconnect checking to > avoid this situation. > > Signed-off-by: Baolin Wang do you mind if we

Re: [PATCH v2 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically

2016-09-09 Thread Felipe Balbi
Hi, Baolin Wang writes: > When system has stpped the gadget, we should avoid queuing any requests > which will cause tranfer failed. Thus adding some disconnect checking to > avoid this situation. > > Signed-off-by: Baolin Wang do you mind if we discuss this for a little longer? > --- >