Changeset 7013b14 in mainline for uspace/drv/ohci/batch.c
- Timestamp:
- 2011-04-13T14:19:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6522dd
- Parents:
- 9a6fde4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/batch.c
r9a6fde4 r7013b14 169 169 } 170 170 /*----------------------------------------------------------------------------*/ 171 void batch_commit(usb_transfer_batch_t *instance) 172 { 173 assert(instance); 174 ohci_transfer_batch_t *data = instance->private_data; 175 assert(data); 176 ed_set_end_td(data->ed, data->tds[data->td_count]); 177 } 178 /*----------------------------------------------------------------------------*/ 171 179 void batch_control_write(usb_transfer_batch_t *instance) 172 180 {
Note:
See TracChangeset
for help on using the changeset viewer.