From: Frank Mori Hess Date: Sun, 6 Mar 2005 17:30:10 +0000 (+0000) Subject: add id for INSN_CONFIG_DIO_QUERY for querying configuration state X-Git-Tag: r0_7_70~25 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf367eb5e56f2a3fc79b0626fe007b73115dbb26;p=comedi.git add id for INSN_CONFIG_DIO_QUERY for querying configuration state of dio line --- diff --git a/include/linux/comedi.h b/include/linux/comedi.h index c851da7e..7ad60f90 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -230,6 +230,7 @@ enum configuration_ids /*ALPHA*/ INSN_CONFIG_SERIAL_CLOCK = 26, INSN_CONFIG_BIDIRECTIONAL_DATA = 27, + INSN_CONFIG_DIO_QUERY = 28, INSN_CONFIG_GPCT_SINGLE_PULSE_GENERATOR = 1001, // Use CTR as single pulsegenerator INSN_CONFIG_GPCT_PULSE_TRAIN_GENERATOR = 1002, // Use CTR as pulsetraingenerator INSN_CONFIG_GPCT_QUADRATURE_ENCODER = 1003, // Use the counter as encoder