Changeset 59401 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/darwin
- Timestamp:
- Jan 19, 2016 8:16:07 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r59400 r59401 1685 1685 1686 1686 /* IOService *pRet = IOUSBUserClientInit::probe(pProvider, pi32Score); - call always returns NULL on 10.11+ */ 1687 pRet = this;1687 IOService *pRet = this; 1688 1688 *pi32Score = _1G; 1689 1689 Log(("VBoxUSBInterface::probe: returns %p and *pi32Score=%d - hijack it.\n", pRet, *pi32Score));
Note:
See TracChangeset
for help on using the changeset viewer.