VirtualBox

Ignore:
Timestamp:
May 3, 2024 12:37:14 PM (9 months ago)
Author:
vboxsync
Message:

Devices/USB/USBProxyDevice-darwin.cpp: Resolve IOServiceAuthorize() dynamically because it is not exposed in older versions of macOS, bugref:10684 [spelling fix]

File:
1 edited

Legend:

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

    r104503 r104504  
    12481248        irc = g_pfnIOServiceAuthorize(USBDevice, kIOServiceInteractionAllowed);
    12491249        if (irc != kIOReturnSuccess)
    1250             LogRel(("USB: Failed to get authorization for device '%s', capturing the device might now work: irc=%#x\n",
     1250            LogRel(("USB: Failed to get authorization for device '%s', capturing the device might not work: irc=%#x\n",
    12511251                    pszAddress, irc));
    12521252    }
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