Changeset 5515 in vbox
- Timestamp:
- Oct 26, 2007 2:50:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vusb.h
r5514 r5515 29 29 /** Frequency of USB bus (from spec). */ 30 30 #define VUSB_BUS_HZ 12000000 31 32 /** @name USB Standard version flags. 33 * @{ */ 34 /** Indicates USB 1.1 support. */ 35 #define VUSB_STDVER_11 BIT(1) 36 /** Indicates USB 2.0 support. */ 37 #define VUSB_STDVER_20 BIT(2) 38 /** @} */ 31 39 32 40 /** @name USB Standard version
Note:
See TracChangeset
for help on using the changeset viewer.