Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4210efa authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: xhci: Set bulk EP maxpacket to 8 for buggy FS devices"

parents 1fd7fa73 62ca75c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1477,6 +1477,8 @@ int xhci_endpoint_init(struct xhci_hcd *xhci,
		}
		break;
	case USB_SPEED_FULL:
		if (usb_endpoint_xfer_bulk(&ep->desc) && max_packet < 8)
			max_packet = 8;
	case USB_SPEED_LOW:
		break;
	default: