- Timestamp:
- Mar 1, 2022 9:40:29 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp
r93993 r94016 429 429 Assert(pThis->apDevByAddr[pDev->u8Address] == pDev); 430 430 pThis->apDevByAddr[pDev->u8Address] = NULL; 431 432 pDev->u8Address = VUSB_INVALID_ADDRESS; 433 pDev->u8NewAddress = VUSB_INVALID_ADDRESS; 431 434 } 432 435 RTCritSectLeave(&pThis->CritSectDevices);
Note:
See TracChangeset
for help on using the changeset viewer.

