Changeset 104504 in vbox for trunk/src/VBox/Devices/USB/darwin
- Timestamp:
- May 3, 2024 12:37:14 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r104503 r104504 1248 1248 irc = g_pfnIOServiceAuthorize(USBDevice, kIOServiceInteractionAllowed); 1249 1249 if (irc != kIOReturnSuccess) 1250 LogRel(("USB: Failed to get authorization for device '%s', capturing the device might no wwork: irc=%#x\n",1250 LogRel(("USB: Failed to get authorization for device '%s', capturing the device might not work: irc=%#x\n", 1251 1251 pszAddress, irc)); 1252 1252 }
Note:
See TracChangeset
for help on using the changeset viewer.