Changeset 818dc00 in mainline for uspace/drv/vhc/connhost.c


Ignore:
Timestamp:
2010-12-09T00:02:25Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
040068c
Parents:
aca85e4 (diff), 07b9203e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with vojtechhorky/

File:
1 edited

Legend:

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

    raca85e4 r818dc00  
    5858                case USB_DIRECTION_IN:
    5959                        transfer->in_callback(transfer->dev,
    60                             size, outcome,
     60                            outcome, size,
    6161                            transfer->arg);
    6262                        break;
Note: See TracChangeset for help on using the changeset viewer.