Changeset 0db3ad6 in mainline for uspace/drv/uhci-hcd/batch.c


Ignore:
Timestamp:
2011-03-12T12:39:43Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f810b3, dd6f59f
Parents:
fb1d4990
Message:

Only check connections of there is a chance for a finished one

Set IOC on the last packet of data transfer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/batch.c

    rfb1d4990 r0db3ad6  
    318318                ++packet;
    319319        }
     320        instance->tds[packet - 1].status |= TD_STATUS_COMPLETE_INTERRUPT_FLAG;
    320321        device_keeper_set_toggle(instance->manager, instance->target, toggle);
    321322}
Note: See TracChangeset for help on using the changeset viewer.