View | Details | Raw Unified | Return to bug 251503
Collapse All | Expand All

(-)xhci.c (+2 lines)
Lines 3878-3883 Link Here
3878
		if (err != 0)
3878
		if (err != 0)
3879
			DPRINTF("Could not reset endpoint %u\n", epno);
3879
			DPRINTF("Could not reset endpoint %u\n", epno);
3880
		break;
3880
		break;
3881
	case XHCI_EPCTX_0_EPSTATE_DISABLED:
3882
                break;
3881
	default:
3883
	default:
3882
		err = xhci_cmd_stop_ep(sc, 0, epno, index);
3884
		err = xhci_cmd_stop_ep(sc, 0, epno, index);
3883
		if (err != 0)
3885
		if (err != 0)

Return to bug 251503