VirtualBox

Changeset 26972 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Mar 2, 2010 8:47:19 PM (15 years ago)
Author:
vboxsync
Message:

fixed accident in r58267

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBDevice.cpp

    r26970 r26972  
    141141        pPipe->in = pEndPtDesc;
    142142
     143#if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS)
    143144        /*
    144145         * For high-speed isochronous input endpoints, spin off a read-ahead buffering thread.
     
    146147        if ((pEndPtDesc->Core.bmAttributes & 0x03) == 1)
    147148            vusbReadAheadStart(pDev, pPipe);
     149#endif
    148150    }
    149151    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette