Changeset 59399 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Jan 19, 2016 8:06:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r59325 r59399 1107 1107 * It matched. Save the owner in the provider registry (hope that works). 1108 1108 */ 1109 IOService *pRet = IOUSBUserClientInit::probe(pProvider, pi32Score);1109 /*IOService *pRet = IOUSBUserClientInit::probe(pProvider, pi32Score); - call always returns NULL on 10.11+ */ 1110 1110 /*AssertMsg(pRet == this, ("pRet=%p this=%p *pi32Score=%d \n", pRet, this, pi32Score ? *pi32Score : 0)); - call always returns NULL on 10.11+ */ 1111 1111 pRet = this; … … 1684 1684 } 1685 1685 1686 IOService *pRet = IOUSBUserClientInit::probe(pProvider, pi32Score);1686 /* IOService *pRet = IOUSBUserClientInit::probe(pProvider, pi32Score); - call always returns NULL on 10.11+ */ 1687 1687 pRet = this; 1688 1688 *pi32Score = _1G;
Note:
See TracChangeset
for help on using the changeset viewer.