From 9b1b8cca35980ad9d3c02e6477b86e3dc2a3bfad Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 27 Jan 2002 02:28:10 +0000 Subject: [PATCH] Yet another iteration. --- comedi/drivers/ni_mio_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comedi/drivers/ni_mio_common.c b/comedi/drivers/ni_mio_common.c index fbc134cf..0f609f4c 100644 --- a/comedi/drivers/ni_mio_common.c +++ b/comedi/drivers/ni_mio_common.c @@ -974,9 +974,9 @@ static void ni_load_channelgain_list(comedi_device *dev,unsigned int n_chan, hi=ni_modebits1[aref]|(chan&ni_modebits2[aref]); }else{ /* bits 12-14 channel type */ - /* map everything to differential */ + /* map everything to differential, except AREF_OTHER */ hi = (aref==AREF_OTHER)?0x0000:0x1000; - /* bit 11 coupling */ + /* bit 11 AC/DC coupling */ /* not handled */ hi |= 0x0000; /* bits 0-2 channel */ -- 2.26.2