Changes in uspace/lib/usbhid/src/hiddescriptor.c [ebbe1e4:0dd3e49] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
rebbe1e4 r0dd3e49 91 91 usb_hid_report_t *report, usb_hid_report_path_t *cmp_path) { 92 92 93 link_t *path_it = report->collection_paths. next;93 link_t *path_it = report->collection_paths.prev->next; 94 94 usb_hid_report_path_t *path = NULL; 95 95 … … 513 513 514 514 usb_hid_report_path_free(report_item->usage_path); 515 list_initialize(&report_item->usage_path->link); 515 516 list_remove (stack.next); 516 517
Note:
See TracChangeset
for help on using the changeset viewer.