Got rid of unnecessary casts when initializing comedi_driver.board_name
[comedi.git] / comedi / drivers / adl_pci9118.c
2007-07-16 Frank Mori HessGot rid of unnecessary casts when initializing comedi_d...
2007-06-27 Ian AbbottUpdate deprecated interrupt flags (SA_SHIRQ => IRQF_SHA...
2006-12-12 Frank Mori HessFixed interrupt handler prototypes for all drivers...
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...
2006-06-19 Frank Mori Hesspatch from Ian Abbott <abbotti@mev.co.uk>:
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
2004-04-21 Frank Mori Hessfixes for 64bit archs
2003-10-18 Frank Mori Hessget rid of underscores in my byte swapping calls
2003-09-20 Frank Mori Hesssimplify and speed up
2003-09-19 Frank Mori Hessconvert to new-style munging, fix for big-endian machin...
2003-08-04 Frank Mori Hessnew interrupt handler prototype for 2.6, plus some...
2003-05-27 David Schleefmajkl@tesnet.cz -> dobes@tesnet.cz
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...
2003-01-29 Frank Mori Hessreplace broken comedi_buf_put() with cfc_write_to_buffer()
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-07-25 David SchleefRemove async->data_len globally
2002-07-09 David SchleefMove buffer inlines to comedi/drivers.c. Rewrite as...
2002-07-05 Frank Mori HessFirst pass at revised buffer system, hopefully didn...
2002-05-16 David SchleefGlobally fix spelling of SDF_WRITABLE
2002-03-18 David Schleef*** empty log message ***
2002-03-17 David SchleefUpdate from Michal. Prototype of function changed...
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-07 David SchleefFix symbol leakage
2001-12-01 David SchleefChange linux/malloc.h to linux/slab.h
2001-10-25 Frank Mori Hessfixed a bunch of insn_bits functions
2001-09-12 David SchleefMoved driver documentation to inline documentation
2001-07-10 David SchleefSplit check_and_setup_channel_list() into separate...
2001-06-21 Frank Mori Hesschanged a bunch of #include <blah.h> to #include "blah...
2001-05-24 David SchleefCode cleanup, mainly things noticed by check_driver...
2001-04-11 David SchleefDeleted trig related code.
2001-04-08 David Schleefpatch from Michal
2001-04-03 David SchleefPatch from Michal Dobes
2001-03-22 David Schleefremoved dev->iosize
2001-03-17 David Schleeffix use of cmd->data
2001-03-17 David SchleefRemoved dependency on s->async->cur_trig in all the...
2001-03-04 David Schleeffixes for bugs suggested by check_driver
2001-03-04 David Schleefconverted all drivers to use comedi_recognize() with...
2001-03-01 Frank Mori Hessadded recognize replacement
2001-02-13 Frank Mori Hesssplit asyncronous stuff off of comedi_subdevice_struct
2001-01-11 David Schleefadded read_subdev and write_subdev where appropriate
2000-11-07 David Schleeffix sed script mistake
2000-11-07 David Schleefchange comedi_module.h to linux/comedidev.h
2000-10-12 David Schleefnew driver from Michal Dobes, plus fixes to docs