Changes in uspace/lib/usb/include/usb/classes/hidparser.h [dc9f122:cfbbe1d3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hidparser.h
rdc9f122 rcfbbe1d3 119 119 120 120 int use_report_ids; 121 uint8_t last_report_id; 121 122 122 123 } usb_hid_report_t; … … 279 280 */ 280 281 /** */ 281 int usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data, size_t size );282 int usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data, size_t size, uint8_t *report_id); 282 283 283 284 /** */ … … 316 317 /** */ 317 318 usb_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); 318 323 319 324
Note:
See TracChangeset
for help on using the changeset viewer.