VirtualBox

Changeset 37807 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 7, 2011 2:59:49 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72686
Message:

include/VBox/vusb.h: correct declaration of device qualifier (please see USB 2.0 spec 9.6.2 for details).

File:
1 edited

Legend:

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

    r37325 r37807  
    123123
    124124/**
    125  * USB device qualifier (from spec)
     125 * USB device qualifier (from spec 9.6.2)
    126126 */
    127127struct VUSBDEVICEQUALIFIER
     
    129129    uint8_t bLength;
    130130    uint8_t bDescriptorType;
    131     uint8_t bcdUsb;
     131    uint16_t bcdUsb;
    132132    uint8_t bDeviceClass;
    133133    uint8_t bDeviceSubClass;
    134134    uint8_t bDeviceProtocol;
    135135    uint8_t bMaxPacketSize0;
    136     uint8_t idVendor;
    137     uint8_t idProduct;
    138     uint8_t bcdDevice;
    139     uint8_t iManufacturer;
    140     uint8_t iProduct;
    141     uint8_t iSerialNumber;
    142136    uint8_t bNumConfigurations;
     137    uint8_t bReserved;
    143138};
    144139
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