Changeset da68871a in mainline for uspace/drv/bus/usb/uhci/uhci_batch.h
- Timestamp:
- 2012-08-08T08:46:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30c0826
- Parents:
- bc216a0 (diff), 1d01cca (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/bus/usb/uhci/uhci_batch.h
rbc216a0 rda68871a 76 76 uhci_batch->td_count * sizeof(td_t); 77 77 } 78 /*----------------------------------------------------------------------------*/ 78 79 79 /** Get offset to data buffer accessible to the HC hw. 80 80 * @param uhci_batch UHCI batch structure. … … 89 89 uhci_batch->usb_batch->setup_size; 90 90 } 91 /*----------------------------------------------------------------------------*/ 91 92 92 /** Aborts the batch. 93 93 * Sets error to EINTR and size off transferd data to 0, before finishing the … … 103 103 uhci_transfer_batch_finish_dispose(uhci_batch); 104 104 } 105 /*----------------------------------------------------------------------------*/ 105 106 106 /** Linked list conversion wrapper. 107 107 * @param l Linked list link.
Note:
See TracChangeset
for help on using the changeset viewer.