ChangeSet 1.2020.1.150, 2005/03/08 01:04:01-08:00, [EMAIL PROTECTED]
[PATCH] usb/ftdi_sio: convert WDR_TIMEOUT to milliseconds
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]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/serial/ftdi_sio.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
--- a/drivers/usb/serial/ftdi_sio.c 2005-03-08 16:39:45 -08:00
+++ b/drivers/usb/serial/ftdi_sio.c 2005-03-08 16:39:45 -08:00
@@ -855,7 +855,7 @@
-#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_ide95&alloc_id396&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel