diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index b1c4e21771bb..1bac00c1512b 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -268,10 +268,10 @@ static int dwc3_gadget_resize_tx_fifos(struct dwc3 *dwc) /* * REVIST: we assume that the maxpacket of interrupt - * endpoint is 16 Bytes. + * endpoint is 64 Bytes for MTP and the other functions. */ mult = 1; - maxpacket = 16; + maxpacket = 64; break; default: /*