Fixed an issue with jiffies vs miliseconds for the timeout value
authorBernd Porr <Bernd.Porr@f2s.com>
Tue, 17 Nov 2009 23:09:47 +0000 (23:09 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Tue, 17 Nov 2009 23:09:47 +0000 (23:09 +0000)
commit617b253a350dfccc21fe369ada189bab865eb84a
tree4426ac85774feaf3b20108daef21078141150507
parent8a2c4464b23049940740e756c2804d6875004f47
Fixed an issue with jiffies vs miliseconds for the timeout value
of bulk transfers. From 2.6.12 the timing information is miliseconds
and not jiffies. However in the driver there was a mix of constants
referring to jiffies and miliseconds. I've fixed it and introduced
the constant BULK_TIMEOUT in miliseconds for all transfers.
comedi/drivers/usbdux.c
include/linux/usb.h