Re: [PATCH] usb: renesas: gadget: fixup: complete STATUS stage after receiving

2014-06-18 Thread Kuninori Morimoto
ping ? > From: Kuninori Morimoto > > Current usbhs gadget driver didn't complete STATUS stage after receiving. > It wasn't problem for us before, because some USB class doesn't use > DATA OUT stage in control transfer. > But, it is required on some device. > > Signed-off-by: Yoshihiro Shimoda

Re: [PATCH] usb: renesas: gadget: fixup: complete STATUS stage after receiving

2014-06-02 Thread Kuninori Morimoto
Hi Sergei > > + /* > > +* Transmission end > > +*/ > > + if (*is_done) { > > + if (usbhs_pipe_is_dcp(pipe)) > > Why not collapse these into single *if*? That would decrease the > indentation level... This is same style with TX case -- To unsubscribe from this list: s

Re: [PATCH] usb: renesas: gadget: fixup: complete STATUS stage after receiving

2014-06-02 Thread Sergei Shtylyov
Hello. On 02-06-2014 7:31, Kuninori Morimoto wrote: From: Kuninori Morimoto Current usbhs gadget driver didn't complete STATUS stage after receiving. It wasn't problem for us before, because some USB class doesn't use DATA OUT stage in control transfer. But, it is required on some device.

[PATCH] usb: renesas: gadget: fixup: complete STATUS stage after receiving

2014-06-01 Thread Kuninori Morimoto
From: Kuninori Morimoto Current usbhs gadget driver didn't complete STATUS stage after receiving. It wasn't problem for us before, because some USB class doesn't use DATA OUT stage in control transfer. But, it is required on some device. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Kuninori