Changeset 8324b65 in mainline


Ignore:
Timestamp:
2011-01-07T14:42:52Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15701921
Parents:
7bd34e5
Message:

Pretend that all went well in sending usb setup packets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/uhci.c

    r7bd34e5 r8324b65  
    8989            usb_str_transfer_type(transfer_type),
    9090            size);
    91 //      callback( dev, USB_OUTCOME_OK, arg );
     91        callback( dev, USB_OUTCOME_OK, arg );
    9292
    9393        return ENOTSUP;
Note: See TracChangeset for help on using the changeset viewer.