VirtualBox

Changeset 5515 in vbox


Ignore:
Timestamp:
Oct 26, 2007 2:50:52 PM (17 years ago)
Author:
vboxsync
Message:

Put back used version defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vusb.h

    r5514 r5515  
    2929/** Frequency of USB bus (from spec). */
    3030#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/** @} */
    3139
    3240/** @name USB Standard version
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