Changeset 71b6e92 in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-03-11T16:05:54Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf4cc3e
Parents:
ab5a43d1
Message:

Fix assign batch to proper queue

File:
1 edited

Legend:

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

    rab5a43d1 r71b6e92  
    356356
    357357        transfer_list_t *list =
    358             instance->transfers[low_speed][batch->transfer_type];
     358            instance->transfers[batch->speed][batch->transfer_type];
    359359        assert(list);
    360360        transfer_list_add_batch(list, batch);
Note: See TracChangeset for help on using the changeset viewer.