Ignore:
Timestamp:
2011-05-26T10:06:24Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0940a85
Parents:
fa8d346 (diff), 5f9b81af (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from maklf (getting report IDs in report + report size in bytes)

File:
1 edited

Legend:

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

    rfa8d346 r8d3f198  
    6565                           usb_hid_report_type_t type);
    6666
     67size_t usb_hid_report_byte_size(usb_hid_report_t *report, uint8_t report_id,
     68                           usb_hid_report_type_t type);
     69
     70
    6771/** Makes the output report buffer by translated given data */
    6872int usb_hid_report_output_translate(usb_hid_report_t *report, uint8_t report_id,
    6973                                    uint8_t *buffer, size_t size);
     74
    7075
    7176/** */
     
    7782
    7883/** */
    79 uint8_t usb_hid_report_get_report_id(usb_hid_report_t *report,
     84uint8_t usb_hid_get_next_report_id(usb_hid_report_t *report,
    8085                                     uint8_t report_id,
    8186                                     usb_hid_report_type_t type);
Note: See TracChangeset for help on using the changeset viewer.