Changeset 7002 in vbox for trunk/src/VBox
- Timestamp:
- Feb 18, 2008 5:50:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r6972 r7002 2334 2334 2335 2335 AssertReturn (mUSBProxyService, E_FAIL); 2336 if (!mUSBProxyService->isActive()) 2336 2337 /* consider !isActive() and VBOX_SUCCESS (getLastError()) as a special 2338 * normal state and don't report warnings */ 2339 2340 if (!mUSBProxyService->isActive() && 2341 VBOX_FAILURE (mUSBProxyService->getLastError())) 2337 2342 { 2338 2343 /* disable the USB controller completely to avoid assertions if the
Note:
See TracChangeset
for help on using the changeset viewer.