Changeset 30a4301 in mainline for uspace/drv/uhci-hcd/batch.c
- Timestamp:
- 2011-02-16T22:28:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2736b13e
- Parents:
- 36a4738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.c
r36a4738 r30a4301 248 248 } 249 249 250 instance->tds[i - 1].status |= TD_STATUS_COMPLETE_INTERRUPT_FLAG; 251 250 252 instance->next_step = batch_call_in_and_dispose; 251 253 batch_schedule(instance); … … 272 274 } 273 275 276 instance->tds[i - 1].status |= TD_STATUS_COMPLETE_INTERRUPT_FLAG; 277 274 278 instance->next_step = batch_call_out_and_dispose; 275 279 batch_schedule(instance);
Note:
See TracChangeset
for help on using the changeset viewer.