Changes in uspace/drv/bus/usb/xhci/commands.c [7c3fb9b:3bacee1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.c
r7c3fb9b r3bacee1 358 358 359 359 if (code == XHCI_TRBC_COMMAND_RING_STOPPED) { 360 /* 361 * This can either mean that the ring is being stopped, or 360 /* This can either mean that the ring is being stopped, or 362 361 * a command was aborted. In either way, wake threads waiting 363 362 * on stopped_cv. … … 672 671 673 672 if (XHCI_REG_RD(hc->op_regs, XHCI_OP_CRR)) { 674 /* 675 * 4.6.1.2, implementation note 673 /* 4.6.1.2, implementation note 676 674 * Assume there are larger problems with HC and 677 675 * reset it. … … 722 720 &cmd->_header.completed_mtx, XHCI_COMMAND_TIMEOUT); 723 721 724 /* 725 * The waiting timed out. Current command (not necessarily 722 /* The waiting timed out. Current command (not necessarily 726 723 * ours) is probably blocked. 727 724 */
Note:
See TracChangeset
for help on using the changeset viewer.