From: Frank Mori Hess Date: Mon, 8 Jan 2007 21:10:07 +0000 (+0000) Subject: Fixed NI_GPCT_CLOCK_SRC_SELECT_MASK to allow for PFI sources. X-Git-Tag: r0_7_74~117 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6334e00a0526fe3f64567a2c0a5156341deed791;p=comedi.git Fixed NI_GPCT_CLOCK_SRC_SELECT_MASK to allow for PFI sources. --- diff --git a/include/linux/comedi.h b/include/linux/comedi.h index a1268802..db0ca899 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -567,7 +567,7 @@ enum ni_gpct_mode_bits * INSN_CONFIG_SET_CLOCK_SRC when using NI general-purpose counters. */ enum ni_gpct_clock_source_bits { - NI_GPCT_CLOCK_SRC_SELECT_MASK = 0x1f, + NI_GPCT_CLOCK_SRC_SELECT_MASK = 0x3f, NI_GPCT_TIMEBASE_1_CLOCK_SRC_BITS = 0x0, NI_GPCT_TIMEBASE_2_CLOCK_SRC_BITS = 0x1, NI_GPCT_TIMEBASE_3_CLOCK_SRC_BITS = 0x2,