Changeset b7fd2a0 in mainline for uspace/lib/usbhid/include/usb/hid/hidparser.h
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidparser.h
r36f0738 rb7fd2a0 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.