# Generated by Makefile.  Do not edit.

commit fc85e6c199bce716485f2c0017891dc6fa855b72
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2017-03-16 18:32:52 +0000

    Bump to version 5.
    
    comedi_soft_calibrate supports more NI PXI M-series cards.

configure.ac

commit ee74b4ceb617aeb65a9e57bb964c3657a5546fc5
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2017-03-16 18:32:15 +0000

    Add a .gitignore file

.gitignore

commit 655417b5ab2941e95b1b6a8ebc915df92c935d7b
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2017-03-16 18:22:35 +0000

    configure: Enable maintainer mode by default

configure.ac

commit 98c7662e36cbb775fb7bde0f57f39994a484558a
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2017-03-16 18:03:12 +0000

    comedi_soft_calibrate: support more NI PXI M-series cards
    
    Add "pxi-6220", "pxi-6221", "pxi-6229", "pxi-6250", "pxi-6251",
    "pxi-6254", "pxi-6259", "pxie-6259", "pxi-6280", "pxi-6284", and
    "pxi-6289" to list of supported device names ("pxi-6224", "pxi-6225",
    "pxie-6251", and "pxi-6281" were already supported).  They should work
    like the corresponding "pci-" and "pcie-" devices.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit e2243a11f69be25d248ba70d2eac7542beba1e25
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2016-06-09 11:31:23 +0100

    Bump to version 4
    
    Fixes a problem with comedi_soft_calibrate failing due to the subdevice
    remaining busy at the wrong time during NI M-series calibration.

configure.ac

commit 38992960662e769771a4d966c742e0e48f8be9cd
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2016-06-09 10:53:54 +0100

    comedi_soft_calibrate: ni_m_series_calibrator: cancel command when done
    
    After NIMSeries::References::readReference() reads its required amount
    of data generated by the command it set up, there may be excess, unread
    data in the buffer that was generated by the comedi device.  The comedi
    core considers the subdevice busy until it reports an end-of-file
    condition (by returning 0 from read().  This problem seems to be more
    prevelant on more recent systems, perhaps due to changes in the comedi
    core in recent kernels.  Fix it by cancelling the command after the
    required data has been read.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit b964e4f749ef3ce9de70e3adcaaf213358d2dba9
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2015-09-11 12:23:41 +0100

    comedi_soft_calibrate: ni_m_series_calibrator: fix spelling
    
    Thanks to Debian maintainer.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 1d8a96637ffb6df26be43bf331e4fbea8611918b
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-12-16 10:52:01 +0000

    Bump to version 3
    
    The only thing that has changed since version 2 is the addition of a few
    more National Instruments model names supported by
    comedi_soft_calibrate.

configure.ac

commit 5b04de157fd27c78c1593c1670efeebd8f2b2265
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-12-16 10:37:05 +0000

    soft_calibrate: add pxi-6224 and pxi-6225
    
    Add NI "pxi-6224" and "pxi-6225" to the list of supported devices.  They
    should work like the existing "pci-6224" and "pci-6225".

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit b9f6e373f02ed6ec43deb8ddb6ec17c047aa2c12
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-12-16 10:35:16 +0000

    soft_calibrate: correct device name for pxie-6251
    
    One of the recently added, supported device names was incorrect.
    "pxi-6251" should be "pxie-6251".

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 4ef9488f1f2c30800ce0a05314f6321cc3b9b268
Author: Éric Piel <piel@delmic.com>
Date:   2014-12-05 13:35:06 +0100

    soft_calibrate: add pcie-6251 and pxi-6251 to list of supported boards
    
    The PCIe and PXI versions of the PCI-6251 have a different name but should behave the same.
    So there is no reason they are not supported too.
    
    Tested on a pcie-6251.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 3090eec46f856955ad6f2157516edf0c284f2fa7
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-01-06 14:07:54 +0000

    Bump version to 2 since overdue for a version increment.
    
    Version 1 was released in 2007, and there have been quite a few changes
    since then, so it's about time we bumped to version 2.

configure.ac

commit 9a97222caf5c080b31b6194cbe220fc3f68be6d2
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-01-06 14:03:37 +0000

    Update INSTALL
    
    Replace the old generic INSTALL file with a newer version.

INSTALL

commit 7fb48a56d13ff2c8d4f7b6aa227dee17a54dfad6
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-01-06 13:54:03 +0000

    Updated README
    
    Replace reference to CVS checkout with git checkout.  Change
    instructions to say run the "./autogen.sh" script instead of "autoreconf
    -i".

README

commit 8bacfff39bcd7a717cef84af567c12b64c1064f3
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-01-06 13:51:08 +0000

    Fix some compiler warnings about variables being set but not used.

comedi_calibrate/cal_common.c
comedi_calibrate/comedi_calibrate.c

commit 50f9cbc0e2a478feb1bab0957be4f75daad53f13
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2014-01-06 13:40:13 +0000

    Generate ChangeLog from git log during 'make dist'
    
    As for comedilib, generate the ChangeLog using git log in the dist-hook
    target of the main Makefile.  The git command used is:
    
    git log --stat --name-only --date=iso
    
    The format of the resulting ChangeLog is different to the old one that
    was produced with cvs2cl.

ChangeLog
Makefile.am

commit 57a2ee282fd96fbd4d557e70277fc8c0e5a6f539
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-21 11:48:01 +0100

    Add ./autogen.sh script.

Makefile.am
autogen.sh

commit 9bab809e071015a522c2cd8648b092a28f25138c
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-21 11:38:31 +0100

    comedi_calibrate/cb64.c: #ifdef out unused code for unknown boards.

comedi_calibrate/cb64.c

commit c53b412f08d24ac5f01fba5dd8d443aefad9a7ae
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-21 11:26:55 +0100

    Use -Wall compiler option.
    
    Add COMEDI_CALIBRATE_CFLAGS output variable in configure.ac, set to
    -Wall.  Use it in the Makefile.am files to use the -Wall compiler
    option.
    
    Add AM_PROG_CC_C_O to configure.ac because Automake now wants it.  This
    needs the 'compile' script in the top-level source directory.  Run
    `autoreconf -i` in the top-level source directory to add the 'compile'
    script.

comedi_calibrate/Makefile.am
comedi_soft_calibrate/Makefile.am
configure.ac
libcomedi_calibrate/Makefile.am

commit 5b4614b70b679e656e71ec7c602402260dacb641
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-21 10:13:53 +0100

    comedi_calibrate/ni.c: Fix missing return 0 in ni_setup_ao_observables.
    
    I forgot to add 'return 0' to the end of ni_setup_ao_observables() in my
    last change.  Problem and fix reported by Wei Jiang.

comedi_calibrate/ni.c

commit 888af3038c6c23b3e7042bf31789941b9ea7053b
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-16 13:42:48 +0100

    comedi_calibrate/cb64.c: Check result of asprintf() calls.
    
    Check the result of the asprintf calls and return an error if it fails.

comedi_calibrate/cb64.c

commit daec61fe2f58dc480a761ea65f2f9c0db98764bb
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-16 13:37:23 +0100

    comedi_calibrate/cb.c: Check result of asprintf() calls.
    
    Check results of asprintf calls and return an error if it fails.

comedi_calibrate/cb.c

commit f68b2b627c7ce399d70e3310cdb0971f8a8e25ea
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-16 13:31:39 +0100

    comedi_calibration/ni.c: Check results of asprintf() calls.
    
    Check asprintf calls succeed and return an error if it doesn't.

comedi_calibrate/ni.c

commit c7163db3aacf6bf8f84be37e2edb841f5ed85cb8
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-16 12:56:48 +0100

    comedi_calibrate/comedi_calibrate.c: Check memory allocation
    
    Check for memory allocation errors explicitly rather than use assert().

comedi_calibrate/comedi_calibrate.c

commit 4c3cff864e47e361e9fbaff63245fdd37d4a9d43
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-16 12:41:46 +0100

    comedi_calibrate: Exit with error if fail to open comedi device.

comedi_calibrate/comedi_calibrate.c

commit a77c9165da48c813a295ebaf38aca007116f040b
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-05-15 09:53:59 +0100

    libcomedi_calibrate/savecal.c: Simplify indent()
    
    Simplify the indent function, partly to avoid a warning about using a
    non-literal format string.

libcomedi_calibrate/save_cal.c

commit d74ab19b7e7165c07be556d8c19948defc1d6bd3
Author: Bernd Porr <berndporr@f2s.com>
Date:   2012-05-04 10:04:39 +0100

    Revert "Added option --disable-comedilib-checking to the configure script"
    
    This reverts commit 60525040e089f9791601ebd38ddb107ab6de982f.
    
    As agreed this is ugly and better we fix this in the package build
    system or creating a separate package for comedi calibrate.

autogen.sh
configure.ac

commit 60525040e089f9791601ebd38ddb107ab6de982f
Author: Bernd Porr <berndporr@f2s.com>
Date:   2012-05-03 11:40:17 +0100

    Added option --disable-comedilib-checking to the configure script
    so that it can be built without libcomedi.so esp for packages.

autogen.sh
configure.ac

commit bba50ec9a0cf7255313e3083d9dbfd91a51fe62b
Author: W. Trevor King <wking@drexel.edu>
Date:   2012-03-14 22:43:01 +0000

    Check driver version before warning in cal_ni_pci_6052e().
    
    The current implementation always prints the warning, regardless of
    the comedi driver version.
    
    Also, in cal_ni_pci_6711, there is ambiguity for version 0.7.69, which
    will generate a warning message saying that that version is
    sufficient.  Either the comparison verision should go down, or the
    suggested version should go up, but I'm not sure which.

comedi_calibrate/ni.c

commit a813efdede4586df0e85c6d7fa71d87c5fe54e1e
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-02-13 11:20:48 +0000

    Add place-holder file 'comedi_soft_calibrate/results/README'.
    
    The 'comedi_soft_calibrate/Makefile.am' has a line:
    
       EXTRA_DIST = results
    
    This is meant to add all the files in the 'results' subdirectory to the
    distribution just like 'comedi_calibrate/results'.
    
    Currently, the subdirectory does not exist and Git does cannot store
    empty directories (at least not easily) so add a 'README' file as a
    place-holder in this subdirectory.
    
    Signed-off-by: Ian Abbott <abbotti@mev.co.uk>

comedi_soft_calibrate/results/README

commit 6d465b8a00f144699d4b3b57fef36271696b1697
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2012-02-13 10:44:20 +0000

    Add comedi_calibrate.8 man page.
    
    Import the comedi_calibrate.8 man page from comedilib and add the
    Autoconf/Automake machinery to install it.
    
    Signed-off-by: Ian Abbott <abbotti@mev.co.uk>

Makefile.am
configure.ac
man/Makefile.am
man/comedi_calibrate.8

commit fee0ad8997dda60f4fcd8998a45ae44d85b2fd2a
Author: W. Trevor King <wking@drexel.edu>
Date:   2012-02-12 12:32:15 +0000

    Respect DESTDIR in comedi_soft_calibrate/Makefile.am's install-data-local.
    
    I just found this packaging bug in comedi_calibrate while packaging it
    for Gentoo.  Now this rule matches the similar one for
    comedi_calibrate/Makefile.am.  That makefile had this fix applied back
    in 2006 (commit 7489d0d825d676206a398a20a3454b0cd9c42bb0), but this
    makefile seems to have escaped until now.
    
    Cheers,
    Trevor

comedi_soft_calibrate/Makefile.am

commit 3ce9d35e0b920f9f943f2c3e39296244fb74e09d
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2009-09-22 14:55:18 +0000

    Updated status of pci-mio-16e-4 to STATUS_DONE based on comedi_calibrate
    output from Bob Apodaca.

comedi_calibrate/ni.c
comedi_calibrate/results/pci-mio-16e-4

commit 0fb1873d9e2091f499a21d92281d501f9f26a6cd
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2009-09-22 14:42:35 +0000

    Removed obsolete file.

comedi_calibrate/ni_m_series.c

commit 0017588f07cbe3ad5fdadd4cab029d3487299c66
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2008-06-15 15:15:40 +0000

    Updated pxi-6031e to STATUS_DONE based on report in bug 262 in bugzilla.

comedi_calibrate/ni.c
comedi_calibrate/results/eeprom_pxi-6031e
comedi_calibrate/results/pxi-6031e

commit 01251536146b4008231082e29c9d9849244731e8
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2008-06-15 14:47:34 +0000

    Removed useless m-series code.

comedi_calibrate/Makefile.am
comedi_calibrate/calib.h
comedi_calibrate/ni.c

commit 6583ea835703fa88abedb8b245f90daee9157566
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2008-04-04 17:41:42 +0000

    Tell people to use the -i option on autoreconf.

README

commit 44e6b5f58c905704db37515c38f2527192ad2840
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2008-01-11 13:29:19 +0000

    Avoided declaration after statement.

comedi_calibrate/comedi_calibrate.c

commit 64bc7528c3f163e4fb5d151a0344b8a8f102546a
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2008-01-11 13:22:38 +0000

    Fixed off-by-one error in check for invalid caldac index in update_caldac().

comedi_calibrate/comedi_calibrate.c

commit 52c93263a6096a4d51cb18e45cef15385ac7b07a
Author: Ian Abbott <abbotti@mev.co.uk>
Date:   2008-01-07 14:00:04 +0000

    Check for GNU Scientific Library.

configure.ac

commit 49b41193af80402be84ec8f4f88b48100579aadd
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-11-10 16:50:37 +0000

    Adding trivial email address obfuscation, since some of the AUTHORS
    files are linked to from the web page.

AUTHORS

commit 39d49a0093bc5b9f4152c8adb6fd4b7c7fa68d7f
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-11-10 16:49:41 +0000

    Fixed crash when run on board without analog output subdevice.  Based on
    patch from "J.D." <yamokosk@gmail.com>.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit d6e8f5c9f0e43a24372330f7faaed59c16e844df
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-08-27 21:49:03 +0000

    Use new C++ wrapper in comedilib (should be available in next release
    after comedilib 0.8.0).

comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/calibrator.hpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 2df382c80feb98052f8fb3dbb1484184bdf935e3
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-31 14:35:39 +0000

    Removed autogen.sh script, and just tell users to run autoreconf.

AUTHORS
README
autogen.sh

commit 06d6c86e9a3db1c3aff580f2f09fefe7907397b8
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:43:01 +0000

    Generated ChangeLog with "cvs2cl -t"

ChangeLog

commit fbdcc3564120b21edbe58ed58baedf00bafa13d8
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:40:55 +0000

    Bumped version for initial release.

configure.ac

commit 86e3e77e443d6d00788860025addd172794e2c0d
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:40:19 +0000

    Newer version of default INSTALL file generated by autoreconf.

INSTALL

commit 28bc906a2551e1d858fcb39ad774e713d3fb1e14
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:38:41 +0000

    I like to run configure and autoreconf separately.

autogen.sh

commit 2cb2f4e1a1874cb62660653d80706ff584403a03
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:35:43 +0000

    Strip CVS directories from distribution tarball.

Makefile.am

commit 634abbf0e8b6e2ff1090e8145d6403066fbfdffb
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:09:19 +0000

    Fixed a couple compiler warnings.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit e8ee9eb2338de888b1145d07a07ab0f1876faf80
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-07-30 02:05:28 +0000

    Added authors

AUTHORS

commit 2087f6cffe85c7bb5a66dd3bf0bf68d00a132b17
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-05-09 19:55:03 +0000

    Updated status of ni pci-6025e to STATUS_DONE, and updated its
    results.  Added guesses for various NI pxi boards, based on their
    pci counterparts.

comedi_calibrate/ni.c
comedi_calibrate/results/pci-6025e

commit de76cf8ea3e3d0b5e28da9a788bad3a2b6294e9d
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2007-05-09 19:13:16 +0000

    Added stub for pci-6070e

comedi_calibrate/ni.c

commit 4cde3f4239b48e39f3216073b2578db7bc850cc4
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-11-28 14:14:49 +0000

    Replace use of stdio_filebuf with FILE*, since stdio_filebuf
    constructors prototypes were changed recently and I don't want to
    deal with them.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit c447f25d663f1ce50f96e1f99e6ac67e1d3c1a70
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-11-28 14:09:15 +0000

    Fixed some compile warnings due to char* to const char* changes.

comedi_calibrate/calib.h
comedi_calibrate/comedi_calibrate.c

commit ff5181160159d2fe85b491e1867bcb575176e15b
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-11-28 14:07:24 +0000

    Fixed some compile errors due to comedi_get_board_name() and
    comedi_get_driver_name() returning const char*

comedi_soft_calibrate/comedi_wrapper.cpp

commit 9a40f4c9b7390cfdff334c04a1a8259d579c3386
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-11-02 02:07:44 +0000

    Added some missing includes.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit d080dcc936dfaf2ed60cb0560933ecb8a6507d82
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-16 16:54:04 +0000

    New calibration results.

comedi_calibrate/results/pxi-6713

commit 97a4b05b6bd74899b51dae10c128d3c2253ebccb
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-16 15:11:17 +0000

    Calibration verified to work for pxi-6713

comedi_calibrate/comedi_calibrate.c
comedi_calibrate/ni.c

commit da52afa70def64159d0802f5a163bba6f6d444bc
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-16 14:50:56 +0000

    Fixed possibility of excessive indentation.

libcomedi_calibrate/save_cal.c

commit 9df75e7829956fefc53b31329caf3816f47deb6b
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-13 22:01:59 +0000

    Fixed segfaults in sci_sprint_alt seen with sv_order=1.

comedi_calibrate/comedi_calibrate.c

commit e644cf5ce7690783ef9c9d7eb9a7ebfa8b4b919f
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-13 20:40:29 +0000

    Fixed passing of unitialized pointer to caldac_maxdata().

comedi_calibrate/comedi_calibrate.c

commit a03abdc17e58656dcca3d7ba1b1f315ac87ff9a0
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-13 19:20:53 +0000

    Fixed ground reference sources to work with pxi-6281, and added some
    debug code so the calibration references of other boards can be
    quickly checked.

comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 8f2759b19af7242fd6c52d62c5aac27435b64cdc
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-10-13 17:48:36 +0000

    Added pcie-6259 and pxi-6281 to supportedDeviceNames

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit eefd08ec4cafe0dc6135984d129f3d876be6670d
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-28 22:46:07 +0000

    Write double precision variables to config file in sufficient precision
    to guarantee no rounding losses.

libcomedi_calibrate/save_cal.c

commit 05bdda646a0533107631e3307b8c68da2e47383a
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:59:33 +0000

    fixed indentation for softcal_from_phys section of calibration file,
    and added missing comma and newline.

libcomedi_calibrate/save_cal.c

commit cf25376b64766d3101c124a500e1e06502b0f4f0
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:56:13 +0000

    Added some missing commas to calibration file.

libcomedi_calibrate/save_cal.c

commit e68c1f1a78f867a5da5e6cf67f94541285112871
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:53:22 +0000

    Added a missing new line, and fixed a bad indent.

libcomedi_calibrate/save_cal.c

commit 3e7e616b38665e7a869388b9aedc492cf9697f4f
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:52:50 +0000

    We want a new comedi_calibration_setting_t for each polynomial.

comedi_soft_calibrate/comedi_soft_calibrate.cpp

commit 9866d903227660337d99e0e867487fffa96bda9a
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:48:28 +0000

    Check for error when writing calibration file.

comedi_soft_calibrate/comedi_soft_calibrate.cpp

commit f5c803167194d976b82aa7c5eda47b5ed9328263
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:46:45 +0000

    Properly zero entire comedi_calibration_t struct.

comedi_soft_calibrate/comedi_soft_calibrate.cpp

commit 123647ae69d9a0d11668e12215dce0e23af87853
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:36:49 +0000

    Fixed --help comannd line option.

comedi_soft_calibrate/comedi_soft_calibrate.cpp

commit 1b0abf9863cadb6dac195a945eb0d7959dcfa113
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 20:21:41 +0000

    Added support for writing soft calibration to file (untested).

comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/calibration_set.cpp
comedi_soft_calibrate/calibration_set.hpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp
libcomedi_calibrate/save_cal.c

commit 7c63b84c99c6de02fa9828a947d23a3696eb8341
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 14:26:31 +0000

    Made write_calibration_setting() also write any soft calibrations
    present into the calibration file.

libcomedi_calibrate/save_cal.c

commit 53dc3151f1a4cebdaf8b9d52a89dacd44d197533
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-24 13:54:43 +0000

    Split some code out of comedi_calibrate into libcomedi_calibrate
    archive so I can use it in comedi_soft_calibrate.  Got rid of
    caldac_t, replacing it with comedi_caldac_t and caldac_maxdata().

Makefile.am
comedi_calibrate/Makefile.am
comedi_calibrate/cal_common.c
comedi_calibrate/calib.h
comedi_calibrate/cb64.c
comedi_calibrate/comedi_calibrate.c
comedi_calibrate/ni.c
comedi_calibrate/ni_labpc.c
configure.ac
libcomedi_calibrate/Makefile.am
libcomedi_calibrate/comedi_calibrate_shared.h
libcomedi_calibrate/save_cal.c

commit 4aecc03da155ca593e9c2428c6b02928ce93e23c
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-17 19:19:31 +0000

    Expand 1st order ao calibrations around zero.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 422ddaa14c34e1d59d46bb6bc25fb74a2e206af1
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-17 19:13:45 +0000

    analog output polynomials were supposed to map from voltages to codes.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 9709c325b20c4ab59a4062f1ea78763c3b2af783
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-17 19:04:01 +0000

    AO calibration seems to work, added a little more debug output during
    ao calibration.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 07dfa6b180577daf3022bbc72cc6d331a22bbe74
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-17 18:53:27 +0000

    Made sure we don't exceed 10V when trying to calibrate AO range which
    goes up to 15V.

comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 839eb7cf9e59d02e73c8b89140022de573ce06e6
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-17 18:36:26 +0000

    Finished first pass at ao calibration (untested).

comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/calibration_set.cpp
comedi_soft_calibrate/calibration_set.hpp
comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit a3886581af9923248d2362febb768a413ca9c458
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-17 13:26:04 +0000

    Fixed fitting for ai nonlinearity calibration, which was inversed.
    Added beginnings of ao calibration.

comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 8a541d0d015f762d73465224632fa6fbcfc42cf6
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-16 17:44:55 +0000

    Bumped up the number of samples to average from 10000 to 15000 just
    because we can.

comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 3ca41da0d008550f281f5db3134ed59ee144683c
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-16 17:36:49 +0000

    Tweak PWM period so it is not a multiple of the sampling period, to
    improve reading of average PWM output value.

comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 702b3e194a055b91e865a48fd2d07c22046d91de
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-15 15:53:30 +0000

    Fixed input range on readings with command.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 56f6ea9cfe7037c463411c55c05207fda62124bd
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-15 15:45:00 +0000

    Make sure we have enough buffer space for the ai commands.

comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 2077ca95153abcfb09d03d2854b784ac285cbb7e
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-15 14:56:42 +0000

    Switch to using commands to read calibration sources.  This is needed
    to get accurate enough readings for good calibration.  Commands will
    provide more samples, and provide evenly spaced samples in time over
    an exact integer number of PWM periods.  This will require
    some tweaking of the driver to read alt sources with commands.
    I haven't tested this with actual hardware yet.

comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit d25936bd50dc24e6645a76c9ead32493247c2bca
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-14 20:40:30 +0000

    Print out error in units of least significant bits.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 39319949af65f1ca9a24aeebd75611b96132cd32
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-14 20:23:29 +0000

    Fixed another place where I used 2V PWM output instead of 500mv.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 741aee4edd7efe47072d909969e5878b91526505
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-14 20:15:48 +0000

    Was using 2V pwm output when I meant to use 500mv.

comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 4d95fc6862a4ba4aa4bc4e905571f4139254d5c8
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-14 19:53:13 +0000

    Added calibration for medium and high gain ai ranges (untested).

comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit cd867bedb4ab4cdf947a2d5d1a9adda79ab2f3ac
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 19:36:39 +0000

    A little more debugging output.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 6be22539d74a64c8e09e18f473426211d8f53fcb
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 19:34:36 +0000

    Set pwm to 80% of ai range max when using it as a calibration reference.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit c4bb6a3b29a0faaae0515f811cd9f126141297dc
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 19:23:43 +0000

    Fixed order of arguments passed to fitPolynomial for PWM calibration.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 9a1ddc243bf763d23a786dfbb6d5b97491d3234d
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 19:20:57 +0000

    Fixed out-of-range vector access.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 98ef5195a16772c535aa6d42ab3568cac873e3fb
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 19:13:30 +0000

    Added calibration of coarse AI ranges (+-2V and larger).

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 39f1719567d7179e3357b25bce37ccef430b87d0
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 17:47:10 +0000

    Made fitPolynomial support fitting to an arbitrary order polynomial.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit ad962cf97f1aba7cb75eb7a4ae1968500aef3546
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 17:41:15 +0000

    Fixed setting of reference in characterizePWM()

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 0faf54f43987831eb56247af8d1435f4fcabb806
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 17:36:48 +0000

    Added calibration of PWM, which will eventually be used to calibrate
    higher gain ranges.

comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit c5fec80542a5318cc9e8d54ca574c8b275482027
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-11 14:20:48 +0000

    Function objects are fun.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit fa4dbdc48ebbc9c36b13eb4d65dfa06145913e2c
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-10 20:52:23 +0000

    Added gain and offset calibration for low gain range.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit f7c0c8b0cd10fdad2951edc6595aa26a597488e0
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-10 18:41:26 +0000

    Added little Polynomial class.  Split calibrateNonlinearity() out of
    main m-series calibration function.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit e708f6c7c341e288165a48d0532792a5495be70f
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-09 20:13:55 +0000

    Fixed integer overflow.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 490f628f3d5fcaa7f4d77c0594d84164f262dd22
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-09 20:07:53 +0000

    Expand fit polynomial around center of range.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit b227a1419f2fcfb0d806c19a48a457a488ee72b8
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-09 19:13:05 +0000

    Added some code for reading voltage of onboard reference off eeprom.

comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 23004eab9def6e04f13e07b80c764802f84fa617
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-09 17:23:28 +0000

    Added minimal C++ wrapper for comedi that throw exceptions on errors
    and closes comedi handle on destruction.  Changed nonlinear calibration
    to work in units of lsampl_t instead of volts.

comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/calibrator.hpp
comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/comedi_wrapper.cpp
comedi_soft_calibrate/comedi_wrapper.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit bc12c3f2d25f51407ace888c96b025f02ab0a651
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-08 18:43:40 +0000

    Fixed dimensions of gsl matrix used in polynomial fitting.

comedi_soft_calibrate/calibrator_misc.cpp

commit a3dc847810b8bee8bf33e97537e6b4e5f2884739
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-08 18:39:12 +0000

    Added a little attempt to fit a polynomial to some measured values.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit e3aed4b33cb497aefca3abaefbf9f8fe2898615d
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-08 15:45:44 +0000

    Added new files.

comedi_soft_calibrate/calibrator_misc.cpp
comedi_soft_calibrate/calibrator_misc.hpp

commit 05c113b0a61507494c46f71e4e95bd1e703e5af9
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-08 15:44:30 +0000

    Added some code for printing mean/std deviation and reading back
    actual pwm up/down periods to make sure there is no rounding.

comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 885795d50983662c2190cbea37f66b06df2ca607
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-08 14:49:42 +0000

    Fixed INSN_CONFIG_PWM_OUTPUT instruction.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit fce963fe1524cd96dfb9613caa7eceb74688812c
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-07 20:13:05 +0000

    Compile fix.

comedi_soft_calibrate/ni_m_series_calibrator.cpp

commit 8f6d5919fd1a2d30cd25df69fd67993837171190
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-07 20:12:12 +0000

    Added some preliminary code for reading pwm reference and dumping
    to stdout (untested).

comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit ba8be2ea39adf822a8fe052d0554fe416ec0e874
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-08-07 15:33:03 +0000

    Removed unused ni_board() function.

comedi_calibrate/ni_m_series.c

commit ae40a5c50c15d613d396a0e1c0edf8107696aa83
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-06-11 20:50:51 +0000

    Patch from abbotti@mev.co.uk (Ian Abbott):
    
    The patch adds tests for libm in addition to the "boost" tests, as the test for
    libcomedi may fail otherwise.
    
    I cheated a bit in the test for libboost_program_options (and also libm) by
    checking for the 'main' function, but that seems to be a fairly common trick.
    Could check for a function that exists in libm (preferably one that returns
    'int') instead of main.  Testing for functions that exist in
    libboost_program_options is more difficult!
    
    The patch also adds -lm to the linker flags for comedi_soft_calibrate.

comedi_soft_calibrate/Makefile.am
configure.ac

commit 7489d0d825d676206a398a20a3454b0cd9c42bb0
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-05-02 01:33:41 +0000

    Patch from blg@mast.queensu.ca (Ben Gardiner):
    
    I noticed this problem in build 0.7.21 while trying to fix "insecure RPATH" in a
    gentoo ebuild of the same version.
    
    The Makefile.am's all respect the use of DESTDIR during install (ref:
    http://sourceware.org/autobook/autobook/autobook_107.html#SEC107 ), except the
    target install-data-local: in comedi_calibrate/Makefile.am.

comedi_calibrate/Makefile.am

commit c9b91c84ce429dfbd27ab6e73a037d1f4173d627
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-03-06 02:41:03 +0000

    Added a little function for setting calibration PWM output.

comedi_soft_calibrate/calibrator.hpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 2281f53792ff3395ba4ac1717214809c8a60a3ab
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-03-06 01:01:03 +0000

    Made it easier to have multiple calibrators that handle different
    devices from the same kernel driver.

comedi_soft_calibrate/calibrator.hpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit 9325555f1eddb97f0122f9450687470fab6a310c
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-02-26 23:35:38 +0000

    Added some support for command line options to comedi_soft_calibrate.

comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/calibration_set.hpp
comedi_soft_calibrate/calibrator.hpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp

commit dcd9478e34e8dedabaf1a1da34b95ef2b3ed66e8
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-02-20 23:13:37 +0000

    Added beginnings of comedi_soft_calibrate.

COPYING
Makefile.am
comedi_calibrate/Makefile.am
comedi_soft_calibrate/Makefile.am
comedi_soft_calibrate/calibration_set.hpp
comedi_soft_calibrate/calibrator.hpp
comedi_soft_calibrate/comedi_soft_calibrate.cpp
comedi_soft_calibrate/ni_m_series_calibrator.cpp
comedi_soft_calibrate/ni_m_series_calibrator.hpp
configure.ac

commit c863123a7ba2ed6f9115b833c64627a2569346c7
Author: Frank Mori Hess <fmhess@speakeasy.net>
Date:   2006-02-05 20:53:19 +0000

    Initial revision

AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS
README
autogen.sh
comedi_calibrate/Makefile.am
comedi_calibrate/README
comedi_calibrate/cal_common.c
comedi_calibrate/calib.h
comedi_calibrate/cb.c
comedi_calibrate/cb64.c
comedi_calibrate/comedi_calibrate.c
comedi_calibrate/ni.c
comedi_calibrate/ni_labpc.c
comedi_calibrate/ni_m_series.c
comedi_calibrate/other.c
comedi_calibrate/results/DAQCard-6024E
comedi_calibrate/results/DAQCard-6036E
comedi_calibrate/results/DAQCard-6062E
comedi_calibrate/results/DAQCard-ai-16e-4
comedi_calibrate/results/DAQCard-ai-16xe-50
comedi_calibrate/results/at-mio-16de-10
comedi_calibrate/results/at-mio-16e-1
comedi_calibrate/results/at-mio-16e-10
comedi_calibrate/results/at-mio-16e-2
comedi_calibrate/results/at-mio-16xe-50
comedi_calibrate/results/measurement-computing-pci-das1000
comedi_calibrate/results/measurement-computing-pci-das1602-16
comedi_calibrate/results/measurement-computing-pci-das6014
comedi_calibrate/results/measurement-computing-pci-das6025
comedi_calibrate/results/measurement-computing-pci-das6034
comedi_calibrate/results/pci-6014
comedi_calibrate/results/pci-6023e
comedi_calibrate/results/pci-6024e
comedi_calibrate/results/pci-6025e
comedi_calibrate/results/pci-6031e
comedi_calibrate/results/pci-6032e
comedi_calibrate/results/pci-6033e
comedi_calibrate/results/pci-6034e
comedi_calibrate/results/pci-6035e
comedi_calibrate/results/pci-6036e
comedi_calibrate/results/pci-6052e
comedi_calibrate/results/pci-6071e
comedi_calibrate/results/pci-6110
comedi_calibrate/results/pci-6711
comedi_calibrate/results/pci-6713
comedi_calibrate/results/pci-mio-16e-1
comedi_calibrate/results/pci-mio-16e-4
comedi_calibrate/results/pci-mio-16xe-10
comedi_calibrate/results/pci-mio-16xe-50
comedi_calibrate/save_cal.c
comedi_calibrate/split_dumps
configure.ac
