Ignore:
Timestamp:
2010-10-26T13:47:46Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56cb9bd
Parents:
23cb44b
Message:

Async communication with HCD

Added asynchronous versions of functions for sending/retrieving
data to/from HCD. These work pretty the same as functions for
sending messages in the async framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/usb/hcd/virtual/devices.c

    r23cb44b r2185776  
    147147        if (virthub_dev.address == transaction->target.address) {
    148148                size_t tmp;
     149                dprintf(3, "sending `%s' transaction to hub",
     150                    usbvirt_str_transaction_type(transaction->type));
    149151                switch (transaction->type) {
    150152                        case USBVIRT_TRANSACTION_SETUP:
     
    170172                                break;
    171173                }
     174                dprintf(4, "transaction on hub processed...");
    172175        }
    173176       
Note: See TracChangeset for help on using the changeset viewer.