Changeset 76681 in vbox
- Timestamp:
- Jan 7, 2019 3:55:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBDevice.cpp
r76680 r76681 1236 1236 pRh->pDefaultAddress = NULL; 1237 1237 1238 pDev->pHub->pOps->pfnDetach(pDev->pHub, pDev); 1239 pDev->i16Port = -1; 1240 1238 1241 /* 1239 1242 * Destroy I/O thread and request queue last because they might still be used … … 1246 1249 pDev->hReqQueueSync = NIL_RTREQQUEUE; 1247 1250 1248 pDev->pHub->pOps->pfnDetach(pDev->pHub, pDev);1249 pDev->i16Port = -1;1250 1251 vusbDevSetState(pDev, VUSB_DEVICE_STATE_DETACHED); 1251 1252 pDev->pHub = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.