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)
commitea25371a78c33e276527361d3ab19393d558b2fd
tree3abbd70c452d221179906854e9dee9983eefa6a0
parent26ac87851aa65f6bc58c2d1aa9162951a1dcd999
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