|
@@ -912,7 +912,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
|
|
*/
|
|
*/
|
|
if (speed == USB_SPEED_HIGH) {
|
|
if (speed == USB_SPEED_HIGH) {
|
|
struct usb_ep *ep = &dep->endpoint;
|
|
struct usb_ep *ep = &dep->endpoint;
|
|
- unsigned int mult = ep->mult - 1;
|
|
|
|
|
|
+ unsigned int mult = 2;
|
|
unsigned int maxp = usb_endpoint_maxp(ep->desc);
|
|
unsigned int maxp = usb_endpoint_maxp(ep->desc);
|
|
|
|
|
|
if (length <= (2 * maxp))
|
|
if (length <= (2 * maxp))
|