xhci: handle USB_RET_BABBLE
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9822261ce3
commit
4e906d567a
@ -1716,6 +1716,11 @@ static int xhci_complete_packet(XHCITransfer *xfer)
|
||||
xhci_xfer_report(xfer);
|
||||
xhci_stall_ep(xfer);
|
||||
break;
|
||||
case USB_RET_BABBLE:
|
||||
xfer->status = CC_BABBLE_DETECTED;
|
||||
xhci_xfer_report(xfer);
|
||||
xhci_stall_ep(xfer);
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "%s: FIXME: status = %d\n", __func__,
|
||||
xfer->packet.status);
|
||||
|
Loading…
Reference in New Issue
Block a user