Changeset bbfb86c in mainline for uspace/lib/usb/descriptor.h


Ignore:
Timestamp:
2010-10-20T21:15:07Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08af5a6
Parents:
186d630
Message:

Add base USB hub structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/descriptor.h

    r186d630 rbbfb86c  
    4949        USB_DESCTYPE_HID_REPORT = 0x22,
    5050        USB_DESCTYPE_HID_PHYSICAL = 0x23,
     51        USB_DESCTYPE_HUB = 0x29,
    5152        /* USB_DESCTYPE_ = */
    5253} usb_descriptor_type_t;
Note: See TracChangeset for help on using the changeset viewer.