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

(-)a/drivers/usb/input/hid-core.c (-2 lines)
Lines 928-936 static void hid_irq_in(struct urb *urb, Link Here
928
		case -EPERM:
928
		case -EPERM:
929
		case -ESHUTDOWN:	/* unplug */
929
		case -ESHUTDOWN:	/* unplug */
930
		case -EILSEQ:		/* unplug timeout on uhci */
930
		case -EILSEQ:		/* unplug timeout on uhci */
931
			return;
932
		case -ETIMEDOUT:	/* NAK */
931
		case -ETIMEDOUT:	/* NAK */
933
			break;
934
		default:		/* error */
932
		default:		/* error */
935
			warn("input irq status %d received", urb->status);
933
			warn("input irq status %d received", urb->status);
936
	}
934
	}

Return to bug 151719