VirtualBox

Changeset 41517 in vbox for trunk


Ignore:
Timestamp:
May 31, 2012 8:37:58 AM (13 years ago)
Author:
vboxsync
Message:

Devices/USB: show detaching of devices from the root hub in the release log, too.

File:
1 edited

Legend:

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

    r40282 r41517  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2005-2012 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    804804    unsigned uPort = pDev->i16Port;
    805805    pRh->pIRhPort->pfnDetach(pRh->pIRhPort, &pDev->IDevice, uPort);
     806    LogRel(("VUSB: detached '%s' from port %u\n", pDev->pUsbIns->pszName, uPort));
    806807    ASMBitSet(&pRh->Bitmap, uPort);
    807808    pHub->cDevices--;
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