- Timestamp:
- Jun 10, 2014 1:22:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r50530 r51589 5175 5175 Rh = *pRh; 5176 5176 for (i = 0; i < RT_ELEMENTS(pRh->aPorts); i++) 5177 pRh->aPorts[i].pDev = NULL; 5177 { 5178 if ( pRh->aPorts[i].pDev 5179 && !VUSBIDevIsEmulated(pRh->aPorts[i].pDev)) 5180 pRh->aPorts[i].pDev = NULL; 5181 } 5178 5182 5179 5183 /*
Note:
See TracChangeset
for help on using the changeset viewer.