vserver 2.0 rc7
[linux-2.6.git] / drivers / usb / serial / ipaq.c
index 4ffe6e4..3bd69c4 100644 (file)
@@ -662,7 +662,7 @@ static int ipaq_open(struct usb_serial_port *port, struct file *filp)
        while (retries--) {
                result = usb_control_msg(serial->dev,
                                usb_sndctrlpipe(serial->dev, 0), 0x22, 0x21,
-                               0x1, 0, NULL, 0, HZ / 10 + 1);
+                               0x1, 0, NULL, 0, 100);
                if (result == 0) {
                        return 0;
                }