Changes in uspace/lib/usbhid/src/hiddescriptor.c [3ca4ae9:b7fd2a0] in mainline
- File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usbhid/src/hiddescriptor.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhid/src/hiddescriptor.c
r3ca4ae9 rb7fd2a0 134 134 * @retval EOK If report structure was successfully initialized 135 135 */ 136 int usb_hid_report_init(usb_hid_report_t *report)136 errno_t usb_hid_report_init(usb_hid_report_t *report) 137 137 { 138 138 if (report == NULL) { … … 162 162 * 163 163 */ 164 int usb_hid_report_append_fields(usb_hid_report_t *report,164 errno_t usb_hid_report_append_fields(usb_hid_report_t *report, 165 165 usb_hid_report_item_t *report_item) { 166 166 … … 356 356 * @retval EOK If report descriptor is successfully parsed 357 357 */ 358 int usb_hid_parse_report_descriptor(usb_hid_report_t *report,358 errno_t usb_hid_parse_report_descriptor(usb_hid_report_t *report, 359 359 const uint8_t *data, size_t size) 360 360 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  