Changes in uspace/lib/usbhid/src/hiddescriptor.c [069b80d:8c62a71] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r069b80d 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.