Changeset 26972 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Mar 2, 2010 8:47:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r26970 r26972 141 141 pPipe->in = pEndPtDesc; 142 142 143 #if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) 143 144 /* 144 145 * For high-speed isochronous input endpoints, spin off a read-ahead buffering thread. … … 146 147 if ((pEndPtDesc->Core.bmAttributes & 0x03) == 1) 147 148 vusbReadAheadStart(pDev, pPipe); 149 #endif 148 150 } 149 151 else
Note:
See TracChangeset
for help on using the changeset viewer.