VirtualBox

Changeset 104501 in vbox for trunk


Ignore:
Timestamp:
May 3, 2024 10:50:49 AM (7 months ago)
Author:
vboxsync
Message:

Revert r163022 for now as the older mac buildboxes fail to build (Devices/USB/USBProxyDevice-darwin.cpp: Request authorization for capturing the device from the user, bugref:10684)

File:
1 edited

Legend:

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

    r104500 r104501  
    12181218
    12191219    /*
    1220      * Ask for authorization (which only works with the com.apple.vm.device-access entitlement).
    1221      */
    1222     irc = IOServiceAuthorize(USBDevice, kIOServiceInteractionAllowed);
    1223     if (irc != kIOReturnSuccess)
    1224         LogRel(("Failed to get device authorization, capturing the device might now work: irc=%#x\n", irc));
    1225 
    1226     /*
    12271220     * Create a plugin interface for the device and query its IOUSBDeviceInterface.
    12281221     */
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