]> err.no Git - linux-2.6/blobdiff - drivers/usb/input/usbtouchscreen.c
USB: Dealias -110 code (more complete)
[linux-2.6] / drivers / usb / input / usbtouchscreen.c
index a1be7840ea0257f20350dc21c1cd708f74d118b8..4640d1000d83c024f54c80876536c62ee61de6dd 100644 (file)
@@ -508,7 +508,7 @@ static void usbtouch_irq(struct urb *urb, struct pt_regs *regs)
        case 0:
                /* success */
                break;
-       case -ETIMEDOUT:
+       case -ETIME:
                /* this urb is timing out */
                dbg("%s - urb timed out - was the device unplugged?",
                    __FUNCTION__);