das08: Fix wrong AI encoding for das08jr-16-ao.
[comedi.git] / comedi / drivers / das08.c
2012-08-31 Ian Abbottdas08: Fix wrong AI encoding for das08jr-16-ao.
2011-12-15 Ian Abbottdas08: don't access *data when insn->n == 0
2008-10-22 Ian AbbottOnly register PCI driver if built with PCI support.
2008-10-21 Frank Mori HessFixed some of the pci drivers that didn't accept the...
2008-10-21 Frank Mori HessConverted all pci drivers to use COMEDI_PCI_INITCLEANUP...
2008-04-28 Ian AbbottUse DEFINE_PCI_DEVICE_TABLE() macro to declare PCI...
2008-04-18 Ian AbbottDon't tag module device tables with '__devinitdata'.
2007-11-04 Frank Mori HessApplied comedi_indent script to all source files.
2007-11-01 Ian AbbottNew wrapper functions in comedi/drivers/comedi_pci.h:
2007-08-06 Ian AbbottStripped file extension from 'Driver:' line. Most...
2007-07-27 Ian AbbottConstified ranges, board structures, and miscellaneous...
2007-07-16 Frank Mori HessGot rid of unnecessary casts when initializing comedi_d...
2006-12-08 Frank Mori HessFirst pass at consistent support for NI general-purpose...
2006-10-16 Frank Mori HessGave board_name member of comedi_driver_struct a well...
2006-06-11 Frank Mori HessMore pci fixes.
2006-06-11 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott). Note, I...
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2005-04-01 David SchleefDocumentation fixes
2005-03-03 Frank Mori Hesspatch from Ian Abbott <abbotti@mev.co.uk>:
2005-01-22 Frank Mori Hessgot rid of pci_for_each_dev macro (which no longer...
2004-02-21 Frank Mori Hessfix for return value of config insn from
2004-02-03 Frank Mori Hessi8254 counter patch from Salvador Eduardo Tropea <salva...
2003-07-04 Frank Mori Hesssplit PCMCIA support out of das08.o driver
2003-03-12 Frank Mori Hessripped out some settling delays
2003-02-15 Frank Mori HessChanged prototype of alloc_subdevices() so it doesn...
2002-12-11 Frank Mori Hesschanged dev_info names so pcmcia script will run comedi...
2002-11-21 David SchleefHuge monster patch that removes unnessary headers
2002-11-08 David SchleefChange insn->data[] to data[], since insn->data points...
2002-05-16 David SchleefGlobally fix spelling of SDF_WRITABLE
2002-03-31 Frank Mori Hessenabled pcmcia code for kernels with modular pcmcia...
2002-03-09 David SchleefGlobal change from ds@stm.lbl.gov to ds@schleef.org
2002-03-06 Frank Mori HessCorrected 'Authors:' fields that should be 'Author...
2002-02-15 Frank Mori Hessfixed pci_resource_start compatibility macro so it...
2002-01-22 Frank Mori Hessoops I wanted the pcmcia device names to match the...
2002-01-22 Frank Mori Hessfixing device names for pcmcia
2002-01-10 Frank Mori Hessgot rid of some preproccesor ugliness by converting...
2001-12-14 David SchleefChange prototype of subdev_8255_init() (void * -> unsig...
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-11-02 Frank Mori Hessgot rid of some excess ioport allocation
2001-11-02 Frank Mori Hessadded some debugging messages
2001-10-09 Frank Mori Hessfixed null dereference if you try to configure pcm...
2001-10-05 Frank Mori Hesspcmcia support for pcm-das08, mostly just merging in...
2001-10-02 Frank Mori Hesssome preparation for adding pcmcia support
2001-09-28 Frank Mori Hessoops forgot to update Devices:
2001-09-28 Frank Mori Hessadded support for pc104 and pcm das08 cards, but pcmcia...
2001-09-27 Frank Mori Hessfixed error in pci-das08 board definition
2001-09-19 Frank Mori Hessfixed typo in Devices: section
2001-09-18 David SchleefAdded Devices: documentation to rest of drivers
2001-09-12 David SchleefMoved driver documentation to inline documentation
2001-09-04 David SchleefAdded MODULE_DEVICE_TABLE() on a bunch of drivers
2001-08-09 Frank Mori Hesstook into account possibility of pci_enable_device...
2001-07-20 Frank Mori Hess2.4 kernel pci fixes
2001-06-21 Frank Mori Hesschanged a bunch of #include <blah.h> to #include "blah...
2001-06-04 David SchleefReverted the variable timeout part of the last change.
2001-06-04 David SchleefPatch for das08jr/16 from Luke Stras <stras@eyetap...
2001-05-27 David Schleefifdef all the remaining trig related code
2001-05-25 Frank Mori Hessadded support for pci-das08 card
2001-05-24 David SchleefCode cleanup, mainly things noticed by check_driver...
2001-04-03 David SchleefFix bug in ao code related to warning about return...
2001-03-22 David Schleefremoved dev->iosize
2001-03-17 David Schleefchanged driver names
2001-03-17 David SchleefChanged names on drivers
2001-03-04 David Schleefconverted all drivers to use comedi_recognize() with...
2000-12-15 David Schleefbugfix from Luke Stras
2000-11-07 David Schleeffix sed script mistake
2000-11-07 David Schleefchange comedi_module.h to linux/comedidev.h
2000-07-13 David Schleefmodule, Makefile, config changes
2000-02-15 David Schleefrange modularization
2000-02-02 David SchleefInitial revision