Changeset 5a6cc679 in mainline for uspace/lib/usbhid/include/usb/hid/hidparser.h
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidparser.h
r132ab5d1 r5a6cc679 47 47 * Input report parser functions 48 48 */ 49 int usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data,49 errno_t usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data, 50 50 size_t size, uint8_t *report_id); 51 51 … … 65 65 66 66 67 int usb_hid_report_output_translate(usb_hid_report_t *report,67 errno_t usb_hid_report_output_translate(usb_hid_report_t *report, 68 68 uint8_t report_id, uint8_t *buffer, size_t size); 69 69
Note:
See TracChangeset
for help on using the changeset viewer.