]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: comedi - correct parameter gainlkup for DAQCard-6024E in driver ni_mio_cs.c
authorMartin Homuth-Rosemann <homuth-rosemann@gmx.net>
Mon, 31 May 2010 20:33:04 +0000 (22:33 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:11:01 +0000 (11:11 -0700)
commit ebe8622342f12bed387f7de4b5fb7c52005ccb29 upstream.

Correct at least one of the incorrect specs for a national instrument
data acquisition card DAQCard-6024E. This card has only four different
gain settings (+-10V, +-5V, +-0.5V, +-0.05V).

Signed-off-by: Martin Homuth-Rosemann <homuth-rosemann@gmx.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/ni_mio_cs.c

index 9aef87fc81dcd3560cda172fef89471b87b14bec..27829e77ca08f110ae6597d5d0871b233ce5eff6 100644 (file)
@@ -123,7 +123,7 @@ static const struct ni_board_struct ni_boards[] = {
         .adbits = 12,
         .ai_fifo_depth = 1024,
         .alwaysdither = 0,
-        .gainlkup = ai_gain_16,
+        .gainlkup = ai_gain_4,
         .ai_speed = 5000,
         .n_aochan = 2,
         .aobits = 12,