Changeset bd08239 in mainline for uspace/lib/usbhid/src/hiddescriptor.c
- Timestamp:
- 2011-06-18T15:35:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44e2c1a
- Parents:
- 313775b (diff), adfdbd5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r313775b rbd08239 91 91 usb_hid_report_t *report, usb_hid_report_path_t *cmp_path) { 92 92 93 link_t *path_it = report->collection_paths. prev->next;93 link_t *path_it = report->collection_paths.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);516 515 list_remove (stack.next); 517 516
Note:
See TracChangeset
for help on using the changeset viewer.