From 6334e00a0526fe3f64567a2c0a5156341deed791 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 8 Jan 2007 21:10:07 +0000 Subject: [PATCH] Fixed NI_GPCT_CLOCK_SRC_SELECT_MASK to allow for PFI sources. --- include/linux/comedi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.26.2