VirtualBox

Changeset 93940 in vbox


Ignore:
Timestamp:
Feb 24, 2022 6:31:49 PM (3 years ago)
Author:
vboxsync
Message:

Devices/USB: Get rid of the address hashing mechanism and replace it with a lookup table approach, bugref:10196 [fix]

File:
1 edited

Legend:

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

    r93939 r93940  
    10541054        pDev->pNextDefAddr = NULL;
    10551055    }
    1056     else
     1056    else if (pDev->u8Address != VUSB_INVALID_ADDRESS)
    10571057        pRh->apDevByAddr[pDev->u8Address] = NULL;
    10581058
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