summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2013-02-27 12:52:46 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-04 06:06:45 +0800
commite4cd1e4dba29c756272c2ee9d06b094b4319b90a (patch)
tree248ff8f159a9473ab6e16ecad27245e332f5a754 /tools
parent1e05b9964644382e9994e62dc5c8eb815e5225fa (diff)
staging: comedi: ni_labpc: set up command4 register *after* command3
Commit 22056e2b46246d97ff0f7c6e21a77b8daa07f02c upstream. Tuomas <tvainikk _at_ gmail _dot_ com> reported problems getting meaningful output from a Lab-PC+ in differential mode for AI cmds, but AI insn reads gave correct readings. He tracked it down to two problems, one of which is addressed by this patch. It seems that writing to the command3 register after writing to the command4 register in `labpc_ai_cmd()` messes up the differential reference bit setting in the command4 register. Set up the command4 register after the command3 register (as in `labpc_ai_rinsn()`) to avoid the problem. Thanks to Tuomas for suggesting the fix. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions