Changeset 53210 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 4, 2014 6:07:07 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmusb.h
r53097 r53210 784 784 /** The tracing ID of this device. */ 785 785 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; 789 788 790 789 /** Padding to make achInstanceData aligned at 32 byte boundary. */ … … 797 796 798 797 /** 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) 800 799 801 800 /**
Note:
See TracChangeset
for help on using the changeset viewer.