Changes in uspace/lib/usbhid/src/hiddescriptor.c [0dd3e49:dcb7d7cd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r0dd3e49 rdcb7d7cd 328 328 const usb_hid_report_t *report, uint8_t report_id, 329 329 usb_hid_report_type_t type) { 330 331 if(report == NULL) {332 return NULL;333 }334 330 335 331 link_t *report_it = report->reports.next;
Note:
See TracChangeset
for help on using the changeset viewer.