Ignore:
File:
1 edited

Legend:

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

    rcfbbe1d3 rdc9f122  
    119119
    120120        int use_report_ids;
    121         uint8_t last_report_id;
    122121       
    123122} usb_hid_report_t;
     
    280279 */
    281280/** */
    282 int usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data, size_t size, uint8_t *report_id);
     281int usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data, size_t size);
    283282
    284283/** */
     
    317316/** */
    318317usb_hid_report_path_t *usb_hid_report_path_clone(usb_hid_report_path_t *usage_path);
    319 
    320 usb_hid_report_field_t *usb_hid_report_get_sibling(usb_hid_report_t *report, usb_hid_report_field_t *field, usb_hid_report_path_t *path, int flags, usb_hid_report_type_t type);
    321 
    322 uint8_t usb_hid_report_get_report_id(usb_hid_report_t *report, uint8_t report_id, usb_hid_report_type_t type);
    323318
    324319
Note: See TracChangeset for help on using the changeset viewer.