]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: comedi: fix usbdux timeout bug
authorBernd Porr <BerndPorr@f2s.com>
Mon, 16 Nov 2009 01:12:02 +0000 (01:12 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:23:03 +0000 (12:23 -0800)
commit2478227efd3b662e8542039d5b6c752f3fd5c0c8
tree3abbd70c452d221179906854e9dee9983eefa6a0
parent476838573d9a89f022e72386cc15dfa8d6cf7885
Staging: comedi: fix usbdux timeout bug

I've fixed a bug in the USBDUX driver which caused timeouts while
sending commands to the boards. This was mainly because of one bulk
transfer which had a timeout of 1ms (!). I've now set all timeouts to
1000ms.

From: Bernd Porr <BerndPorr@f2s.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/usbdux.c