Description: USBLP_WRITE_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/class/usblp.c 2005-02-23 18:59:22.000000000 -0800 +++ 2.6.11-rc4-mm1/drivers/usb/class/usblp.c 2005-02-23 19:40:43.000000000 -0800 @@ -114,7 +114,7 @@ MFG:HEWLETT-PACKARD;MDL:DESKJET 970C;CMD #define USBLP_MINORS 16 #define USBLP_MINOR_BASE 0 -#define USBLP_WRITE_TIMEOUT (5*HZ) /* 5 seconds */ +#define USBLP_WRITE_TIMEOUT (5000) /* 5 seconds */ #define USBLP_FIRST_PROTOCOL 1 #define USBLP_LAST_PROTOCOL 3 ------------------------------------------------------- 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 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
