Constified ranges, board structures, and miscellaneous data.
[comedi.git] / comedi / drivers / pcl711.c
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-12 Frank Mori HessFixed interrupt handler prototypes for all drivers...
2006-12-05 Bernd PorrRemoved the boolean definition from the driver and...
2006-11-15 Frank Mori HessAdded support for generating a seperate device file...
2006-10-16 Frank Mori HessGave board_name member of comedi_driver_struct a well...
2006-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2003-08-04 Frank Mori Hessnew interrupt handler prototype for 2.6, plus some...
2003-03-27 Frank Mori Hessreplaced all udelay() calls with comedi_udelay() wrappe...
2003-02-15 Frank Mori HessChanged prototype of alloc_subdevices() so it doesn...
2002-11-21 David SchleefFix subdevice flags not having AREF capability
2002-11-21 David SchleefHuge monster patch that removes unnessary headers
2002-05-16 David SchleefGlobally fix spelling of SDF_WRITABLE
2002-04-25 Frank Mori Hessstripped out some settle delays in analog input read...
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-01-15 David SchleefConvert all uses of comedi_bufcheck, comedi_done, comed...
2002-01-15 David SchleefCleanups suggested by check_driver. Mostly leaky symbo...
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-09-14 David SchleefAdd list of devices to documentation
2001-09-12 David SchleefMoved driver documentation to inline documentation
2001-09-05 David SchleefConverted _mode2, _mode4 to command
2001-09-04 David SchleefFix symbol leakage in a bunch of drivers
2001-07-27 Frank Mori Hessremoved nulling of s->busy in driver
2001-06-21 Frank Mori Hesschanged a bunch of #include <blah.h> to #include "blah...
2001-05-27 David Schleefifdef all the remaining trig related code
2001-05-24 David SchleefCode cleanup, mainly things noticed by check_driver...
2001-04-17 Frank Mori Hessfixed unresolved symbol problem due to merging of free_...
2001-04-11 David SchleefMigrating drivers from trig to insn
2001-03-22 David Schleefremoved dev->iosize
2001-03-04 David Schleeffixes for bugs suggested by check_driver
2001-03-04 David Schleefconverted all drivers to use comedi_recognize() with...
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-05-23 David Schleefpatch from Michael Dobes
2000-03-06 David SchleefRemoved timer_type globally, moved to comedi_get_device...
2000-02-15 David Schleefrange modularization
2000-02-02 David SchleefInitial revision