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

Commit ac95e8f4 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 e994a9c9 3e96eebc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1476,6 +1476,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: