Changeset d6522dd in mainline for uspace/drv/ohci/hc.c


Ignore:
Timestamp:
2011-04-13T14:49:28Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
651b352, a0a134b
Parents:
7013b14
Message:

Fixes (OHCI works with new architecture)

Remove completed batch from the list of pending batches.
Do not reinitialize ED during transfer initialization

File:
1 edited

Legend:

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

    r7013b14 rd6522dd  
    306306
    307307                        if (batch_is_complete(batch)) {
     308                                list_remove(current);
    308309                                usb_transfer_batch_finish(batch);
    309310                        }
Note: See TracChangeset for help on using the changeset viewer.