Changeset 59173 in vbox for trunk/src/VBox
- Timestamp:
- Dec 17, 2015 11:19:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp
r59117 r59173 603 603 pUsbIns->Internal.s.iPort = UINT32_MAX; /* to be determined. */ 604 604 /* Set the flag accordingly. 605 * O herwise VMPowerOff, VMSuspend will not be called for devices attached at runtime.605 * Otherwise VMPowerOff, VMSuspend will not be called for devices attached at runtime. 606 606 */ 607 607 pUsbIns->Internal.s.fVMSuspended = !fAtRuntime;
Note:
See TracChangeset
for help on using the changeset viewer.