Changeset c4ba29c7 in mainline for uspace/drv/vhc/hc.c


Ignore:
Timestamp:
2010-11-21T22:51:16Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f62b0f
Parents:
4d31d58
Message:

Virtual host controller works again

Added correct implementation of transfer_ops, thus making VHC ready
to be used with the hcdhubd mini-framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hc.c

    r4d31d58 rc4ba29c7  
    131131               
    132132                process_transaction_with_outcome(transaction, outcome);
    133                
     133
    134134                free(transaction);
    135135        }
Note: See TracChangeset for help on using the changeset viewer.