Changeset 49955 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Dec 17, 2013 2:49:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r49917 r49955 1167 1167 { 1168 1168 while ((pDriver = (IOUSBHIDDriver *)pIter->getNextObject())) 1169 pDriver->SuspendPort(false, 0); 1169 if (pDriver->IsPortSuspended()) 1170 pDriver->SuspendPort(false, 0); 1170 1171 1171 1172 pIter->release();
Note:
See TracChangeset
for help on using the changeset viewer.