# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.685   -> 1.686  
#       drivers/usb/serial/usbserial.c  1.23    -> 1.24   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/09/18      [EMAIL PROTECTED]  1.686
# USB: fix timeout value for ezusb firmware download function.
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/usbserial.c b/drivers/usb/serial/usbserial.c
--- a/drivers/usb/serial/usbserial.c    Wed Sep 18 16:34:02 2002
+++ b/drivers/usb/serial/usbserial.c    Wed Sep 18 16:34:02 2002
@@ -469,7 +469,7 @@
                return -ENOMEM;
        }
        memcpy (transfer_buffer, data, length);
-       result = usb_control_msg (serial->dev, usb_sndctrlpipe(serial->dev, 0), 
bRequest, 0x40, address, 0, transfer_buffer, length, 300);
+       result = usb_control_msg (serial->dev, usb_sndctrlpipe(serial->dev, 0), 
+bRequest, 0x40, address, 0, transfer_buffer, length, 3*HZ);
        kfree (transfer_buffer);
        return result;
 }


-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to