View | Details | Raw Unified | Return to bug 212021 | Differences between
and this patch

Collapse All | Expand All

(-)./work/qemu-2.3.0/hw/usb/hcd-xhci.c 2016-08-22 16:08:19.240109000 +0200 (+5 lines)
Lines 1748-1753 static void xhci_xfer_report(XHCITransfe Link Here
1748
         unsigned int chunk = 0;
1748
         unsigned int chunk = 0;
1749
         switch (TRB_TYPE(*trb)) {
1749
         switch (TRB_TYPE(*trb)) {
1750
        case TR_SETUP:
1751
            chunk = trb->status & 0x1ffff;
1752
            if (chunk > 8)
1753
                chunk = 8;
1754
            break;
1750
         case TR_DATA:
1755
         case TR_DATA:
1751
         case TR_NORMAL:
1756
         case TR_NORMAL:
1752
         case TR_ISOCH: 
1757
         case TR_ISOCH: 

Return to bug 212021