Ignore:
Timestamp:
2011-06-18T10:54:19Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
adfdbd5
Parents:
8f164724
Message:

Fix obvious bug in usb_hid_report_path_try_insert().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hiddescriptor.c

    r8f164724 rebbe1e4  
    9191                usb_hid_report_t *report, usb_hid_report_path_t *cmp_path) {
    9292       
    93         link_t *path_it = report->collection_paths.prev->next;
     93        link_t *path_it = report->collection_paths.next;
    9494        usb_hid_report_path_t *path = NULL;
    9595       
Note: See TracChangeset for help on using the changeset viewer.