VirtualBox

Changeset 47504 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 1, 2013 9:37:39 AM (11 years ago)
Author:
vboxsync
Message:

Devices/USB/VUSBUrb: Hex prefix like we use in all other places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/VUSBUrb.cpp

    r46806 r47504  
    14771477    pSetup->wLength         = RT_LE2H_U16(pSetupIn->wLength);
    14781478
    1479     LogFlow(("vusbMsgSetup(%p,,%d): bmRequestType=%#04x bRequest=%#04x wValue=%#06x wIndex=%#06x wLength=%d\n",
     1479    LogFlow(("vusbMsgSetup(%p,,%d): bmRequestType=%#04x bRequest=%#04x wValue=%#06x wIndex=%#06x wLength=0x%.4x\n",
    14801480             pPipe, cbBuf, pSetup->bmRequestType, pSetup->bRequest, pSetup->wValue, pSetup->wIndex, pSetup->wLength));
    14811481    return true;
     
    19651965             */
    19661966            PVUSBURB pRipe;
    1967            
     1967
    19681968            /**
    1969              * This is workaround for race(should be fixed) detach on one EMT thread and frame boundary timer on other 
     1969             * This is workaround for race(should be fixed) detach on one EMT thread and frame boundary timer on other
    19701970             * and leaked URBs (shouldn't be affected by leaked URBs).
    19711971             */
    19721972            Assert(pDev->pUsbIns);
    1973             while (   pDev->pUsbIns 
     1973            while (   pDev->pUsbIns
    19741974                   && ((pRipe = pDev->pUsbIns->pReg->pfnUrbReap(pDev->pUsbIns, cMillies)) != NULL))
    19751975            {
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