Changeset 8c62a71 in mainline
- Timestamp:
- 2011-11-09T12:46:00Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- 555499da
- Parents:
- 45e7868
- File:
-
- 1 edited
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.