VirtualBox

Ignore:
Timestamp:
Jan 19, 2016 8:16:07 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105103
Message:

VBoxUSB: Don't call IOUSBUserClientInit::probe because the result is not used anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp

    r59400 r59401  
    16851685
    16861686    /* IOService *pRet = IOUSBUserClientInit::probe(pProvider, pi32Score); - call always returns NULL on 10.11+ */
    1687     pRet = this;
     1687    IOService *pRet = this;
    16881688    *pi32Score = _1G;
    16891689    Log(("VBoxUSBInterface::probe: returns %p and *pi32Score=%d - hijack it.\n", pRet, *pi32Score));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette