Ignore:
Timestamp:
2011-05-12T09:03:00Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d59d0bb
Parents:
456aea3 (diff), c372e03 (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.
Message:

Merge from development

File:
1 moved

Legend:

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

    r456aea3 r9e195e2c  
    656656
    657657                usb_log_debug("\t\tOFFSET: %X\n", report_item->offset);
    658                 usb_log_debug("\t\tSIZE: %X\n", report_item->size);                             
     658                usb_log_debug("\t\tSIZE: %zu\n", report_item->size);                           
    659659                usb_log_debug("\t\tLOGMIN: %d\n", report_item->logical_minimum);
    660660                usb_log_debug("\t\tLOGMAX: %d\n", report_item->logical_maximum);               
     
    695695                usb_log_debug("Report ID: %d\n", report_des->report_id);
    696696                usb_log_debug("\tType: %d\n", report_des->type);
    697                 usb_log_debug("\tLength: %d\n", report_des->bit_length);               
    698                 usb_log_debug("\tItems: %d\n", report_des->item_length);               
     697                usb_log_debug("\tLength: %zu\n", report_des->bit_length);               
     698                usb_log_debug("\tItems: %zu\n", report_des->item_length);               
    699699
    700700                usb_hid_descriptor_print_list(&report_des->report_items);
Note: See TracChangeset for help on using the changeset viewer.