On Thu, Aug 30, 2012 at 11:58:59AM +0900, Chanho Park wrote: > This patch changes default value of maxburst to 1. When a connection is > established to highspeed not superspeed, the maxburst is set to 0. > So, we need to check and change default value of the maxburst before setting up > burst size of ep. > > Signed-off-by: Chanho Park <chanho61.park@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > drivers/usb/dwc3/gadget.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c > index 58fdfad..01f2d0e 100644 > --- a/drivers/usb/dwc3/gadget.c > +++ b/drivers/usb/dwc3/gadget.c > @@ -437,6 +437,9 @@ static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, > > memset(¶ms, 0x00, sizeof(params)); > > + if (!comp_desc) > + dep->endpoint.maxburst = 1; still wrong. see my other reply. NAK -- balbi
Attachment:
signature.asc
Description: Digital signature