Changeset 1eee99f2 in mainline for uspace/lib/usbhid/include
- Timestamp:
 - 2011-05-25T18:48:47Z (14 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 1d10ca1
 - Parents:
 - 14e7959
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usbhid/include/usb/hid/hidparser.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhid/include/usb/hid/hidparser.h
r14e7959 r1eee99f2 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 /** */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  