USB: Dealias -110 code (more complete)
[safe/jmp/linux-2.6] / drivers / usb / input / touchkitusb.c
index 0149043..30b9f82 100644 (file)
@@ -201,7 +201,7 @@ static void touchkit_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__);