projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd0558
)
staging: comedi: das1800: fix das-1801st-da boardinfo
author
H Hartley Sweeten
<
[email protected]
>
Fri, 8 Apr 2016 17:15:00 +0000
(10:15 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Reviewed-by: Ian Abbott <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/drivers/das1800.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/das1800.c
b/drivers/staging/comedi/drivers/das1800.c
index ea54ed8f2436055ce1f4d9ecb35b5f9c249bb556..24b33a450c5fe0228f386e1a0e49155e03b1b63a 100644
(file)
--- a/
drivers/staging/comedi/drivers/das1800.c
+++ b/
drivers/staging/comedi/drivers/das1800.c
@@
-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,
},