VirtualBox

Changeset 93217 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Jan 13, 2022 7:29:50 AM (3 years ago)
Author:
vboxsync
Message:

HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is completely unused since some time now, bugref:9808

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp

    r93115 r93217  
    12081208
    12091209    /*
    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     /*
    12181210     * Create a plugin interface for the device and query its IOUSBDeviceInterface.
    12191211     */
     
    13541346    }
    13551347
    1356     USBLibTerm();
    13571348    return vrc;
    13581349}
     
    14301421    }
    14311422
    1432     USBLibTerm();
    14331423    LogFlow(("usbProxyDarwinClose: returns\n"));
    14341424}
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