Ignore:
Timestamp:
2011-01-14T13:35:14Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a9ea4a
Parents:
f401312
Message:

Fixed descriptor parsing.

  • Properly parses standard descriptors.
  • Properly gets report descriptor.
File:
1 edited

Legend:

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

    rf401312 r45019865  
    9898        uint8_t class_desc_count;
    9999        /** First mandatory class descriptor (Report) info. */
    100         usb_standard_hid_descriptor_class_item_t report_desc_info;
     100        usb_standard_hid_class_descriptor_info_t report_desc_info;
    101101} __attribute__ ((packed)) usb_standard_hid_descriptor_t;
    102102
Note: See TracChangeset for help on using the changeset viewer.