Ignore:
Timestamp:
2011-05-20T13:02:54Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4e78236
Parents:
e765ccb
Message:

Some debugging output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usbhid.c

    re765ccb re7079cf  
    6464    ipc_callid_t callid, ipc_call_t *call)
    6565{
     66        printf("remote_usbhid_get_event_length()\n");
     67       
    6668        usbhid_iface_t *hid_iface = (usbhid_iface_t *) iface;
    6769
    6870        if (!hid_iface->get_event_length) {
     71                printf("Get event length not set!\n");
    6972                async_answer_0(callid, ENOTSUP);
    7073                return;
Note: See TracChangeset for help on using the changeset viewer.