Changeset 93217 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jan 13, 2022 7:29:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r93115 r93217 1208 1208 1209 1209 /* 1210 * Call the USBLib init to make sure we're a valid VBoxUSB client.1211 * For now we'll ignore failures here and just plunge on, it might still work...1212 */1213 vrc = USBLibInit();1214 if (RT_FAILURE(vrc))1215 LogRel(("USB: USBLibInit failed - %Rrc\n", vrc));1216 1217 /*1218 1210 * Create a plugin interface for the device and query its IOUSBDeviceInterface. 1219 1211 */ … … 1354 1346 } 1355 1347 1356 USBLibTerm();1357 1348 return vrc; 1358 1349 } … … 1430 1421 } 1431 1422 1432 USBLibTerm();1433 1423 LogFlow(("usbProxyDarwinClose: returns\n")); 1434 1424 }
Note:
See TracChangeset
for help on using the changeset viewer.