Changeset df949c5 in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-03-11T17:33:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd6f59f
- Parents:
- b3bdb68 (diff), bf4cc3e (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
rb3bdb68 rdf949c5 356 356 357 357 transfer_list_t *list = 358 instance->transfers[ low_speed][batch->transfer_type];358 instance->transfers[batch->speed][batch->transfer_type]; 359 359 assert(list); 360 360 transfer_list_add_batch(list, batch);
Note:
See TracChangeset
for help on using the changeset viewer.