Changes in uspace/lib/usbhid/src/hiddescriptor.c [8c62a71:069b80d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r8c62a71 r069b80d 135 135 int usb_hid_report_init(usb_hid_report_t *report) 136 136 { 137 if 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.