Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hub.h

    r57abafd rd493ac17  
    6060} usb_hub_class_feature_t;
    6161
    62 /** Header of standard hub descriptor without the "variadic" part. */
    63 typedef struct {
    64         /** Descriptor length. */
    65         uint8_t length;
    66         /** Descriptor type (0x29). */
    67         uint8_t descriptor_type;
    68         /** Number of downstream ports. */
    69         uint8_t port_count;
    70         /** Characteristics bitmask. */
    71         uint16_t characteristics;
    72         /** Time from power-on to stabilization of current on the port. */
    73         uint8_t power_good_time;
    74         /** Maximum current requirements in mA. */
    75         uint8_t max_current;
    76 } __attribute__ ((packed)) usb_hub_descriptor_header_t;
    7762
    7863/**
Note: See TracChangeset for help on using the changeset viewer.