Changeset 107593 in vbox
- Timestamp:
- Jan 9, 2025 11:43:15 AM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r106061 r107593 1318 1318 * Can cause hangs, so drop it for now. 1319 1319 */ 1320 /** @todo test Palm. */1320 /** @todo r=aeichner Revisit this. */ 1321 1321 //uint8_t u8Cfg; 1322 1322 //irc = (*ppDevI)->GetConfiguration(ppDevI, &u8Cfg); 1323 if (irc != kIOReturnNoDevice)1323 //if (irc != kIOReturnNoDevice) 1324 1324 { 1325 1325 CFRunLoopSourceContext CtxRunLoopSource; … … 1351 1351 } 1352 1352 } 1353 else1354 vrc = VERR_VUSB_DEVICE_NOT_ATTACHED;1353 //else 1354 // vrc = VERR_VUSB_DEVICE_NOT_ATTACHED; 1355 1355 } 1356 1356 else
Note:
See TracChangeset
for help on using the changeset viewer.