Changeset 37811 in vbox for trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp
- Timestamp:
- Jul 7, 2011 8:37:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp
r37596 r37811 595 595 pProxyDev->pUsbIns->pszName, pUrb, pUrb->EndPt, pUrb->enmDir, pUrb->cbData, pUrb->abData)); 596 596 597 // Enable Isoc. Xfers598 #if 0599 if (pUrb->enmType == VUSBXFERTYPE_ISOC)600 {601 /* Not yet complete (disabled for now) */602 LogFlow((USBPROXY ":usbProxySolarisUrbQueue: Isoc. Xfers not supported\n"));603 return false;604 }605 #endif606 607 597 PUSBPROXYURBSOL pUrbSol = usbProxySolarisUrbAlloc(pDevSol); 608 598 if (RT_UNLIKELY(!pUrbSol))
Note:
See TracChangeset
for help on using the changeset viewer.