Changeset 8c62a71 in mainline
- Timestamp:
 - 2011-11-09T12:46:00Z (14 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 555499da
 - Parents:
 - 45e7868
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/usbhid/src/hiddescriptor.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhid/src/hiddescriptor.c
r45e7868 r8c62a71 135 135 int usb_hid_report_init(usb_hid_report_t *report) 136 136 { 137 if (report == NULL) {137 if (report == NULL) { 138 138 return EINVAL; 139 139 } … … 144 144 145 145 report->use_report_ids = 0; 146 return EOK; 146 return EOK; 147 147 } 148 148  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  