Changeset b330cb1f in mainline


Ignore:
Timestamp:
2011-03-06T17:02:28Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3742068, d477734
Parents:
35f0899
Message:

Minor changes to HID class-specific requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/hidreq.c

    r35f0899 rb330cb1f  
    269269
    270270        usb_log_debug("Sending Get_Protocol request to the device ("
    271             "protocol: %d, iface: %d).\n", protocol, hid_dev->iface);
     271            "iface: %d).\n", hid_dev->iface);
    272272       
    273273        uint8_t buffer[1];
     
    326326
    327327        usb_log_debug("Sending Get_Idle request to the device ("
    328             "duration: %u, iface: %d).\n", duration, hid_dev->iface);
     328            "iface: %d).\n", hid_dev->iface);
    329329       
    330330        uint16_t value = 0;
Note: See TracChangeset for help on using the changeset viewer.