Changeset fa8d346 in mainline for uspace/lib/usbhid/include
- Timestamp:
 - 2011-05-24T22:19:26Z (14 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 8d3f198
 - Parents:
 - 9dddb3d
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usbhid/include/usb/hid/hidreport.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhid/include/usb/hid/hidreport.h
r9dddb3d rfa8d346 44 44 * report parser. 45 45 * 46 * \param dev USB device representing a HID device. 47 * \param parser HID Report parser. 46 * \param[in] dev USB device representing a HID device. 47 * \param[in/out] parser HID Report parser. 48 * \param[out] report_desc Place to save report descriptor into. 49 * \param[out] report_size 48 50 * 49 51 * \retval EOK if successful. … … 57 59 */ 58 60 int usb_hid_process_report_descriptor(usb_device_t *dev, 59 usb_hid_report_t *report );61 usb_hid_report_t *report, uint8_t **report_desc, size_t *report_size); 60 62 61 63 #endif /* LIBUSB_HIDREPORT_H_ */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  