Changeset c1694b6b in mainline for uspace/drv/bus/usb/ehci/ehci_batch.c
- Timestamp:
- 2017-12-08T21:03:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f77c1c9
- Parents:
- 9eb1ff5
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-07 18:20:13)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-08 21:03:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_batch.c
r9eb1ff5 rc1694b6b 234 234 -= td_remain_size(ehci_batch->tds[i]); 235 235 } else { 236 usb_log_debug("Batch %p found error TD(%zu):%08x (%d).",236 usb_log_debug("Batch %p found error TD(%zu):%08x: %s.", 237 237 ehci_batch->usb_batch, i, 238 238 ehci_batch->tds[i]->status, 239 ehci_batch->usb_batch->error);239 str_error_name(ehci_batch->usb_batch->error)); 240 240 /* Clear possible ED HALT */ 241 241 qh_clear_halt(ehci_batch->qh);
Note:
See TracChangeset
for help on using the changeset viewer.