- Timestamp:
- May 3, 2024 10:50:49 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r104500 r104501 1218 1218 1219 1219 /* 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 /*1227 1220 * Create a plugin interface for the device and query its IOUSBDeviceInterface. 1228 1221 */
Note:
See TracChangeset
for help on using the changeset viewer.