staging: comedi: das1800: fix das-1801st-da boardinfo
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 8 Apr 2016 17:15:00 +0000 (10:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:12:06 +0000 (22:12 -0700)
The "da" type boards all have 4 analog outputs. Fix the boardinfo
for the das-1801st-da.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das1800.c

index ea54ed8f2436055ce1f4d9ecb35b5f9c249bb556..24b33a450c5fe0228f386e1a0e49155e03b1b63a 100644 (file)
@@ -324,7 +324,7 @@ static const struct das1800_board das1800_boards[] = {
         .qram_len = 256,
         .common = 1,
         .do_n_chan = 4,
-        .ao_ability = 0,
+        .ao_ability = 1,
         .ao_n_chan = 4,
         .range_ai = &range_ai_das1801,
         },
This page took 0.025182 seconds and 5 git commands to generate.