VirtualBox

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


Ignore:
Timestamp:
Mar 3, 2016 9:27:29 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105823
Message:

VUSB: Missing bits, fixing crash while saving the VM state

File:
1 edited

Legend:

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

    r59875 r59906  
    929929}
    930930
     931
     932/** @copydoc VUSBIROOTHUBCONNECTOR::pfnGetPeriodicFrameRate */
     933static DECLCALLBACK(uint32_t) vusbRhGetPriodicFrameRate(PVUSBIROOTHUBCONNECTOR pInterface)
     934{
     935    PVUSBROOTHUB pThis = VUSBIROOTHUBCONNECTOR_2_VUSBROOTHUB(pInterface);
     936
     937    return pThis->uFrameRate;
     938}
    931939
    932940/* -=-=-=-=-=- VUSB Device methods (for the root hub) -=-=-=-=-=- */
     
    12301238    pThis->IRhConnector.pfnDetachDevice               = vusbRhDetachDevice;
    12311239    pThis->IRhConnector.pfnSetPeriodicFrameProcessing = vusbRhSetFrameProcessing;
     1240    pThis->IRhConnector.pfnGetPeriodicFrameRate       = vusbRhGetPriodicFrameRate;
    12321241    pThis->hSniffer                                   = VUSBSNIFFER_NIL;
    12331242    pThis->cbHci                                      = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette