VirtualBox

Changeset 53210 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 4, 2014 6:07:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96758
Message:

PDM/VUSB: Provide port/device speed to HCs (and emulated devices).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmusb.h

    r53097 r53210  
    784784    /** The tracing ID of this device.  */
    785785    uint32_t                    idTracing;
    786     /** The USB version of the hub this device is attached to. Used to
    787      * determine whether the device communicates at high-speed or full-/low-speed. */
    788     uint32_t                    iUsbHubVersion;
     786    /** The port/device speed. HCs and emulated devices need to know. */
     787    VUSBSPEED                   enmSpeed;
    789788
    790789    /** Padding to make achInstanceData aligned at 32 byte boundary. */
     
    797796
    798797/** Current USBINS version number. */
    799 #define PDM_USBINS_VERSION                      PDM_VERSION_MAKE(0xeefd, 2, 0)
     798#define PDM_USBINS_VERSION                      PDM_VERSION_MAKE(0xeefd, 3, 0)
    800799
    801800/**
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