- Timestamp:
- May 31, 2012 8:37:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp
r40282 r41517 5 5 6 6 /* 7 * Copyright (C) 200 6-2007Oracle Corporation7 * Copyright (C) 2005-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 804 804 unsigned uPort = pDev->i16Port; 805 805 pRh->pIRhPort->pfnDetach(pRh->pIRhPort, &pDev->IDevice, uPort); 806 LogRel(("VUSB: detached '%s' from port %u\n", pDev->pUsbIns->pszName, uPort)); 806 807 ASMBitSet(&pRh->Bitmap, uPort); 807 808 pHub->cDevices--;
Note:
See TracChangeset
for help on using the changeset viewer.