Updated comedi_dio_config implementation to reflect logical split
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 12 Feb 2008 18:27:00 +0000 (18:27 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 12 Feb 2008 18:27:00 +0000 (18:27 +0000)
commit069547579741197d7f9556c20f254e888609e8da
tree0531e3032bbdac44633e70aa7b927d7943cc61bb
parent2d4cc8f6d0cbc3749af08beaa0044e087d26b48e
Updated comedi_dio_config implementation to reflect logical split
between COMEDI_INPUT/COMEDI_OUTPUT and corresponding config insn ids
(even though they still have the same value).  Made comedi_dio_config
return 0 on success for better consistency in API.
lib/dio.c