VirtualBox

Changeset 49955 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Dec 17, 2013 2:49:31 PM (11 years ago)
Author:
vboxsync
Message:

Mac OS X host: HID LEDs sync: avoid system.log flooding on 10.8 host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp

    r49917 r49955  
    11671167        {
    11681168            while ((pDriver = (IOUSBHIDDriver *)pIter->getNextObject()))
    1169                 pDriver->SuspendPort(false, 0);
     1169                if (pDriver->IsPortSuspended())
     1170                    pDriver->SuspendPort(false, 0);
    11701171
    11711172            pIter->release();
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