VirtualBox

Changeset 55397 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 23, 2015 8:45:39 AM (10 years ago)
Author:
vboxsync
Message:

USB/MSD: Fix emulation when it is attached to the EHCI controller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/UsbMsd.cpp

    r53977 r55397  
    20222022    if (pThis->pUsbIns->enmSpeed == VUSB_SPEED_SUPER)
    20232023        return &g_UsbMsdDescCacheSS;
    2024     else if (pThis->pUsbIns->enmSpeed == VUSB_SPEED_SUPER)
     2024    else if (pThis->pUsbIns->enmSpeed == VUSB_SPEED_HIGH)
    20252025        return &g_UsbMsdDescCacheHS;
    20262026    else
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