Changeset 8d3f198 in mainline for uspace/lib/usbhid/include/usb/hid/hidparser.h
- Timestamp:
- 2011-05-26T10:06:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0940a85
- Parents:
- fa8d346 (diff), 5f9b81af (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hidparser.h
rfa8d346 r8d3f198 65 65 usb_hid_report_type_t type); 66 66 67 size_t usb_hid_report_byte_size(usb_hid_report_t *report, uint8_t report_id, 68 usb_hid_report_type_t type); 69 70 67 71 /** Makes the output report buffer by translated given data */ 68 72 int usb_hid_report_output_translate(usb_hid_report_t *report, uint8_t report_id, 69 73 uint8_t *buffer, size_t size); 74 70 75 71 76 /** */ … … 77 82 78 83 /** */ 79 uint8_t usb_hid_ report_get_report_id(usb_hid_report_t *report,84 uint8_t usb_hid_get_next_report_id(usb_hid_report_t *report, 80 85 uint8_t report_id, 81 86 usb_hid_report_type_t type);
Note:
See TracChangeset
for help on using the changeset viewer.