Changeset 13101d06 in mainline for uspace/drv/vhc/devices.c


Ignore:
Timestamp:
2011-01-15T11:22:51Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0950397a
Parents:
ff8ed06
Message:

Virtual USB devices set actual transfer size

File:
1 edited

Legend:

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

    rff8ed06 r13101d06  
    138138                } else {
    139139                        async_wait_for(req, &answer_rc);
     140                        transaction->actual_len = IPC_GET_ARG1(answer_data);
    140141                        rc = (int)answer_rc;
    141142                }
Note: See TracChangeset for help on using the changeset viewer.