View | Details | Raw Unified | Return to bug 235625 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/usb/usb_hub.c (-1 / +1 lines)
Lines 750-756 Link Here
750
		if ((sc->sc_st.port_change & UPS_C_CONNECT_STATUS) ||
750
		if ((sc->sc_st.port_change & UPS_C_CONNECT_STATUS) ||
751
		    (!(sc->sc_st.port_status & UPS_CURRENT_CONNECT_STATUS))) {
751
		    (!(sc->sc_st.port_status & UPS_CURRENT_CONNECT_STATUS))) {
752
			if (timeout) {
752
			if (timeout) {
753
				DPRINTFN(0, "giving up port reset "
753
				DPRINTFN(1, "giving up port reset "
754
				    "- device vanished\n");
754
				    "- device vanished\n");
755
				goto error;
755
				goto error;
756
			}
756
			}

Return to bug 235625