Staging: comedi: fix usbdux timeout bug
commit3410f6e8e3a96baf279946e454ed70a8e43fb448
authorBernd Porr <BerndPorr@f2s.com>
Mon, 16 Nov 2009 01:12:02 +0000 (16 01:12 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:41:29 +0000 (26 07:41 -0700)
tree7679f505843ce816a844a7d9ee68ab909d9013f2
parentb297f8be79425ac8cadad84908e7088a434f39fa
Staging: comedi: fix usbdux timeout bug

commit ea25371a78c33e276527361d3ab19393d558b2fd upstream.

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: Leann Ogasawara <leann.ogasawara@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/usbdux.c