Use new m-series chanlist configuration for m-series boards, instead
[comedi.git] / comedi / comedi_fops.c
2006-08-15 Frank Mori HessFix rounding up of buffer size to integer multiple...
2006-08-08 Frank Mori HessAdded length checks for data array of INSN_CONFIG_ALT_S...
2006-07-12 Frank Mori HessAdded check for length of INSN_CONFIG_SET_RTSI_CLOCK_MODE,
2006-06-12 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott):
2006-05-02 Frank Mori HessPatch from caleb@aei-tech.com (Caleb Tennis), which...
2006-03-09 Frank Mori HessAdded warning message to encourage checks of config...
2006-01-15 Frank Mori HessFix compile against 2.6.15 kernel by using CLASS_DEVICE...
2005-11-21 Frank Mori HessStatic initialization of spinlocks has been deprecated...
2005-10-19 Frank Mori Hessfree async->cmd.chanlist before it gets blown away...
2005-10-19 Frank Mori HessFix memory leak noted by "Michael Brooks" <mbrooks...
2005-10-07 David SchleefRemove compatibility for 2.0 and 2.2
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2005-03-22 Frank Mori Hesscheck for CAP_SYS_MODULE instead of CAP_SYS_ADMIN in...
2005-03-17 Frank Mori Hessadd support for uploading firmware on 64 bit arches...
2005-03-15 Frank Mori Hessreplace remap_page_range with remap_pfn_range
2005-03-13 Frank Mori Hessmove check of s->busy after aquisition of big_comedi_lo...
2005-03-07 Frank Mori Hessfix compile error
2005-03-06 Frank Mori Hessmove some checks for length of data[] in configuration...
2005-02-28 Frank Mori Hesscompile fix for gcc 2.95 from al14@inf.tu-dresden.de...
2005-01-23 Frank Mori Hessrename some members of bufinfo struct to make output...
2005-01-04 Frank Mori Hessget rid of KILL_FASYNC define, since it is already...
2004-12-29 Frank Mori Hessadd support for udev
2004-07-21 Frank Mori Hessfix double-munging when bufinfo ioctl is called in...
2004-07-17 Frank Mori Hesslist 10 insn limit on insn lists
2004-03-21 Frank Mori Hessdon't force on COMEDI_CB_BLOCK in comedi_event()
2004-02-08 Frank Mori Hesswe aren't checking for writes that exceed subdevice...
2004-01-12 Frank Mori Hessbe more careful about subdevice allocation/free
2003-12-21 Frank Mori Hessfixes for COMEDI_NDEVICES > 4
2003-12-06 Frank Mori Hessfix for changes in linux 2.6 kdev_t.h
2003-10-04 Frank Mori Hessfixed comedi_buf_write_n_available argument
2003-09-15 Frank Mori HessFully support munging in core. Still need to check...
2003-09-06 Frank Mori Hessmove init of async->events into init_async_buf()
2003-09-01 Frank Mori Hesson second thought, EPERM isn't any more accurate than...
2003-09-01 Frank Mori Hessprint some debug messages on ENODEV errors in open...
2003-08-04 Frank Mori Hessreplace deprecated MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT...
2003-08-03 Frank Mori Hesskdev_t and suser fixes for 2.6
2003-06-12 Frank Mori Hessfix for new 2.5 remap_page_range() prototype
2003-05-27 David SchleefNew driver from Michal Dobes
2003-02-19 Frank Mori Hessadded a debug message
2002-12-06 Frank Mori Hessmade comedi_error take a const pointer
2002-11-26 David SchleefMove auxiliary data to options[30,31]
2002-11-26 Frank Mori Hessfix incorrect return of error when mmapping entire...
2002-11-22 David SchleefRevert bufinfo structure name changes. Fixed long... r0_7_66
2002-11-22 David SchleefChange buf_alloc to buf_change, and fix allocation...
2002-11-21 David SchleefWarning cleanup on 2.0.39
2002-11-21 David SchleefReimplement kvmem.[ch] code in comedi_fops
2002-11-19 Frank Mori HessAdded capability to bufinfo ioctl for marking bytes...
2002-11-15 Frank Mori HessWorking dma analog input and output with NI 611x cards...
2002-11-08 David SchleefAdd debugging
2002-10-10 David SchleefFix for not calculating buffer fullness through a count...
2002-09-25 David Schleeffix warning
2002-09-25 David SchleefChange a 4 to a COMEDI_NDEVICES. Prolong the static...
2002-09-04 David SchleefMove buffer info ioctl to new buffer code
2002-07-25 David SchleefRemove async->data_len globally
2002-07-25 David SchleefStop running on error conditions.
2002-07-25 David SchleefAdd comedi_debug symbol.
2002-07-14 Frank Mori Hessfixing end of scan events in some drivers
2002-07-09 David SchleefMore buffer fixes. AI and AO work now.
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-07-01 Frank Mori HessAdded support in cb_pcidas64 driver for user adjusting...
2002-06-17 Frank Mori Hessprevent callbacks from getting run when there is no...
2002-05-29 David SchleefMake default mode for /dev/comediN 666 in devfs.
2002-05-17 Frank Mori Hessundid some of my wrong changes to try and get analog...
2002-05-16 David SchleefChange inttrig error handling. Fix spelling errors.
2002-05-16 David SchleefRemove dead code
2002-05-16 David SchleefChange pseudo-locking to spin locks.
2002-05-16 Frank Mori Hessfixed a bug I made
2002-05-15 David SchleefAdded open/close hooks to device structure
2002-05-02 David SchleefAdded devfs support
2002-05-02 Frank Mori Hessfixing races
2002-04-14 Frank Mori Hesscalculate max number of bytes that can be read or writt...
2002-03-29 Frank Mori Hessremoved some ineffectual locking I put in a long time...
2002-03-17 David SchleefChange board-level error to EPIPE. Random, but it...
2002-03-09 David SchleefGlobal change from ds@stm.lbl.gov to ds@schleef.org
2002-02-06 David SchleefRevert poll conditions: if device is non-busy, set...
2002-02-06 David SchleefRevert some previous dumb changes with events. This...
2002-02-04 David SchleefChange Comedi buffer allocator to use a virtual functio...
2002-02-01 David SchleefFix event handling bugs.
2002-01-30 Frank Mori Hessfixed pointer arithmetic
2002-01-15 David SchleefRemove comedi_done and friends
2002-01-10 Frank Mori Hessaccording to linux device drivers, POSIX standard is...
2001-12-10 Frank Mori Hessadded useless line to maybe help sparc compilation
2001-12-07 Frank Mori Hessfixes for 2.2 compile
2001-12-07 David SchleefAdd module license, clean up init/cleanup.
2001-12-01 David SchleefChange malloc.h to slab.h. Minor fixes for RTAI on...
2001-11-22 Frank Mori Hesstrig go bye bye
2001-11-22 Frank Mori Hessremoved async.cur_chanlist_len
2001-10-19 Frank Mori Hessput back line that I shouldn't have removed
2001-10-18 Frank Mori Hessread now returns -EIO (once) at end of data stream...
2001-09-14 David SchleefRemoved last remnants of comedi_trig support for drivers
2001-08-27 David SchleefFixes for compilation on 2.0.x
2001-08-22 David SchleefRemoved buffer preloading from comedi_write_v22()....
2001-08-13 David SchleefDefine KILL_FASYNC()
2001-08-13 David SchleefEliminated test on LINUX_V2x in favor of LINUX_VERSION_...
2001-08-02 Frank Mori Hessmaking the common 'subdevice does not support commands...
2001-07-05 Frank Mori Hesschanged declaration of bufinfo spinlock to static....
2001-07-05 David SchleefRewrote checking in comedi_fop_open(), fixed spinlock...
2001-06-21 David SchleefAdded COMEDI_INSN ioctl()
2001-06-08 David SchleefAdded internal trigger support
next