Merge "usb: xhci: Set bulk EP maxpacket to 8 for buggy FS devices"
This commit is contained in:
commit
ac95e8f4e5
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue