Description: WDR_TIMEOUT was not updated with the the other constants related to converting the final parameter of usb_{control,bulk}_msg() to milliseconds.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc4-mm1-v/drivers/usb/serial/ftdi_sio.c 2005-02-23 18:59:22.000000000 -0800 +++ 2.6.11-rc4-mm1/drivers/usb/serial/ftdi_sio.c 2005-02-23 21:10:31.000000000 -0800 @@ -855,7 +855,7 @@ static struct usb_serial_device_type ftd -#define WDR_TIMEOUT (HZ * 5 ) /* default urb timeout */ +#define WDR_TIMEOUT 5000 /* default urb timeout */ /* High and low are for DTR, RTS etc etc */ #define HIGH 1 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel