USB: Dealias -110 code (more complete)
[safe/jmp/linux-2.6] / drivers / usb / input / itmtouch.c
index 86acb5f..61966d7 100644 (file)
@@ -87,7 +87,7 @@ static void itmtouch_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__);