VirtualBox

Ignore:
Timestamp:
Jul 7, 2011 8:37:58 AM (13 years ago)
Author:
vboxsync
Message:

Devices/USB/solaris: removed obsolete commented code.

File:
1 edited

Legend:

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

    r37596 r37811  
    595595             pProxyDev->pUsbIns->pszName, pUrb, pUrb->EndPt, pUrb->enmDir, pUrb->cbData, pUrb->abData));
    596596
    597     // Enable Isoc. Xfers
    598 #if 0
    599     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 #endif
    606 
    607597    PUSBPROXYURBSOL pUrbSol = usbProxySolarisUrbAlloc(pDevSol);
    608598    if (RT_UNLIKELY(!pUrbSol))
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