Changeset b64fbc9 in mainline for uspace/drv/bus/usb/uhci/uhci_batch.c
- Timestamp:
- 2012-02-25T23:30:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3164e3b, 3df2907, a61ddcf4
- Parents:
- b40ea02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_batch.c
rb40ea02 rb64fbc9 174 174 assert(uhci_batch->usb_batch->ep != NULL); 175 175 176 usb_log_debug("Batch (%p) found error TD(%zu):%"176 usb_log_debug("Batch %p found error TD(%zu->%p):%" 177 177 PRIx32 ".\n", uhci_batch->usb_batch, i, 178 uhci_batch->tds[i].status);178 &uhci_batch->tds[i], uhci_batch->tds[i].status); 179 179 td_print_status(&uhci_batch->tds[i]); 180 180
Note:
See TracChangeset
for help on using the changeset viewer.