Changeset 3b5d5b9d in mainline for uspace/drv/usbhid/mouse/mousedev.c


Ignore:
Timestamp:
2011-05-06T08:50:42Z (14 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
166c4752, 22ded10
Parents:
acdbd780
Message:

#209 - correct usage paths for decomposed items, bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/mouse/mousedev.c

    racdbd780 r3b5d5b9d  
    268268            USB_HID_REPORT_TYPE_INPUT);
    269269
    270         if (field != NULL) {
     270        while (field != NULL) {
    271271                usb_log_debug(NAME " VALUE(%X) USAGE(%X)\n", field->value,
    272272                    field->usage);
Note: See TracChangeset for help on using the changeset viewer.