Changeset cfbbe1d3 in mainline for uspace/lib/usb/include/usb/classes/hidparser.h
- Timestamp:
- 2011-04-21T20:24:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7c0984a
- Parents:
- e50cd7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hidparser.h
re50cd7f 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 /** */ … … 318 319 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); 323 320 324 321 325 /*
Note:
See TracChangeset
for help on using the changeset viewer.