Changeset 0c904a3 in mainline


Ignore:
Timestamp:
2011-05-27T14:40:44Z (13 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
574f276
Parents:
e56b8a3
Message:

Reports traversing fixed

File:
1 edited

Legend:

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

    re56b8a3 r0c904a3  
    198198                                item->value = usb_hid_translate_data(item,
    199199                                    data);                             
    200                         }                              
     200                        }                       
    201201                }
    202202                list_item = list_item->next;
     
    628628                        return report_des->report_id;
    629629                }
     630
     631                report_it = report_it->next;
    630632        }
    631633
Note: See TracChangeset for help on using the changeset viewer.