Comment 328 for bug 1667750

Revision history for this message
In , ZeroBeat (zerobeat-linux-kernel-bugs) wrote :

 The patch was applied to urb.c (5.10.9):
 /* Check against a simple/standard policy */
 allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT | URB_DIR_MASK |
     URB_SOFT_RETRY_NOT_OK | URB_FREE_BUFFER);
 switch (xfertype) {
 case USB_ENDPOINT_XFER_BULK:
 case USB_ENDPOINT_XFER_INT:

At this moment, I don't know what exactly went wrong. I'll try to identify the issue.