For COMEDI_BUFINFO ioctl, if subdevice has no async capability, set
[comedi.git] / comedi / drivers.c
2008-12-09 Ian AbbottMake comedi_auto_config() succeed when auto-configurati...
2008-12-08 Bernd PorrAs suggested the legacy device count is set to zero...
2008-12-08 Ian AbbottAdd a module parameter 'comedi_autoconfig'. Set it...
2008-10-22 Ian AbbottFixed a compiler warning.
2008-10-21 Frank Mori HessSplit out bus agnostic comedi_auto_config/comedi_auto_u...
2008-10-20 Frank Mori HessFixed some module reference counting problems due to...
2008-10-16 Frank Mori HessFixed a compile error and a warning.
2008-10-16 Frank Mori HessAdded support for udev/sysfs to core and ni_pcimio...
2008-09-16 Frank Mori HessFixed problem with reporting of insn_bits support duw...
2008-08-05 Ian AbbottParameters of device_create() changed in 2.6.27-rc1...
2008-07-15 Ian Abbott'struct class_device' removed from 2.6.26 kernel, so...
2007-12-12 Ian AbbottUse unlocked_ioctl file operation instead of ioctl...
2007-11-04 Frank Mori HessApplied comedi_indent script to all source files.
2007-11-02 Ian AbbottSecurity fix in comedi_buf_alloc() for non-DMA data...
2007-10-24 Frank Mori HessEach comedi_async struct should have its own wait_queue...
2007-10-24 Ian AbbottAllocate non-DMA buffer pages using __get_free_page...
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-08-21 Ian AbbottSanity check drivers setting do_cmd without setting...
2007-07-16 Frank Mori HessGot rid of unnecessary casts when initializing comedi_d...
2007-07-16 Frank Mori HessFixed devinfo ioctl for subdevice files (/dev/comediN_s...
2007-05-02 Frank Mori HessTweaked order deallocations happen for an async buffer...
2007-05-01 Frank Mori HessFixed horrible grinding noises on mmap.
2007-05-01 Frank Mori HessDon't set EOMEDI_CB_EOBUF event flag in comedi_buf_writ...
2007-04-29 Frank Mori HessAllocate async buffer pages with dma_alloc_coherent...
2007-04-26 Frank Mori HessGot rid of call to subdevice's buf_change callback...
2007-04-19 Frank Mori HessMade some changes to async buffer, to better accommodat...
2006-11-20 Frank Mori HessFixed possibile failures to decrement module use count...
2006-11-17 Frank Mori HessDon't assume class_device has a devt member.
2006-11-15 Frank Mori HessAdded support for generating a seperate device file...
2006-11-13 Ian AbbottFixed some C++-isms: mixed declarations and code.
2006-11-09 Frank Mori HessFixed oops caused by my giving comedi_driver.board_name...
2006-11-09 Frank Mori HessAdded dev_t to comedi_subdevice in preparation for...
2006-10-17 Frank Mori HessReworked INSN_BITS to support dio subdevices with ...
2006-10-17 Frank Mori HessFixed insn_rw_emulate_bits() for reads when channel...
2006-10-17 Frank Mori HessMade insn_rw_emulate_bits() work for dio subdevice...
2006-10-16 Frank Mori HessGave board_name member of comedi_driver_struct a well...
2005-10-07 David SchleefRemove compatibility for 2.0 and 2.2
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2004-07-21 Frank Mori Hessfix double-munging when bufinfo ioctl is called in...
2004-06-28 Frank Mori Hessfix possible crash when shared interrupt is asserted...
2004-04-22 Frank Mori Hesscrashes on pci-das6402/16 attach seem to be due to...
2004-03-21 Frank Mori Hessuse barrier() instead of mb() since it really is just...
2004-03-06 Frank Mori Hessadded some memory barriers on read/writes to comedi...
2004-01-12 Frank Mori Hessbe more careful about subdevice allocation/free
2004-01-11 Frank Mori Hessinclude <linux/vmalloc.h> for VMALLOC_VMADDR() macro
2003-12-06 Frank Mori Hessfix for changes in linux 2.6 kdev_t.h
2003-09-15 Frank Mori HessFully support munging in core. Still need to check...
2003-09-07 Frank Mori Hessfix increment of munge_chan
2003-08-04 Frank Mori Hessreplace deprecated MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT...
2003-08-04 Frank Mori Hesspte_offset is now pte_offset_kernel in 2.6
2003-04-28 Frank Mori Hessre-fix suse brokeness
2003-02-19 Frank Mori Hessset insn_config to insn_inval if it is NULL
2002-11-22 David SchleefChange buf_alloc to buf_change, and fix allocation...
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-10-10 David SchleefFix for not calculating buffer fullness through a count...
2002-08-30 David SchleefChange default buffer size to 64kB
2002-07-25 David SchleefRemove async->data_len globally
2002-07-25 David Schleefremove dead code
2002-07-17 Frank Mori Hessreplaced prealloc_bufsz with data_len so functions...
2002-07-14 Frank Mori Hessfixing end of scan events in some drivers
2002-07-09 David SchleefFixes for more buffer changes
2002-07-09 David SchleefMove buffer inlines to comedi/drivers.c. Rewrite as...
2002-05-16 David SchleefGlobally fix spelling of SDF_WRITABLE
2002-03-09 David SchleefGlobal change from ds@stm.lbl.gov to ds@schleef.org
2002-02-04 David SchleefChange Comedi buffer allocator to use a virtual functio...
2001-12-07 David SchleefRemove bogus driver registration
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-09-14 David SchleefRemoved last remnants of comedi_trig support for drivers
2001-08-13 David SchleefEliminated test on LINUX_V2x in favor of LINUX_VERSION_...
2001-07-10 David SchleefFix problem with DO subdevices in insn_rw_emulate_bits()
2001-07-05 David SchleefRewrote checking in comedi_fop_open(), fixed spinlock...
2001-05-27 David SchleefMoved trig compatibility functions from drivers.c to...
2001-05-27 David Schleefremoved insn emulation using trig[0]
2001-05-24 David Schleefremoved di_unpack, do_pack.
2001-04-20 Frank Mori Hesschange to make comedi_error() callable from a driver...
2001-04-20 Frank Mori Hessfixed initialization of comedi_device bug due to sizeof...
2001-03-30 Frank Mori Hessfixed previous over-eager to change things that dont...
2001-03-30 Frank Mori Hessfixed bug that was preventing read insn from being...
2001-03-13 David Schleefmore ->poll support
2001-03-05 Frank Mori Hessmade comedi_report_boards() report the driver name...
2001-03-04 David Schleefchanged to use comedi_recognize that uses board_name...
2001-03-01 David Schleefchanges to bufconfig structure
2001-02-28 Frank Mori Hesschanged comedi_driver member num_boards to num_names...
2001-02-27 Frank Mori Hessrecognize replacement now provides simpler interface...
2001-02-14 Frank Mori Hessfixed up postconfig() error handling
2001-02-13 Frank Mori Hessadded handling of memory allocation failures in postcon...
2001-02-13 Frank Mori Hessremove unnecessary comedi_subdevice *subdev from comedi...
2001-02-13 Frank Mori Hesssplit asyncronous stuff off of comedi_subdevice_struct
2001-01-28 Frank Mori Hessadded replacement for recognize that can report valid...
2001-01-17 David Schleefbugfix
2001-01-13 David Schleeffix reference counting
2001-01-08 David Schleefclears dev structure on attach
2000-11-07 David Schleeffix sed script mistake
2000-11-07 David Schleefchange comedi_module.h to linux/comedidev.h
2000-11-07 David Schleeffix warning
2000-11-07 David Schleefaddition of insn_config
2000-10-13 David Schleefmoved BUG check to drivers.c r0_7_50
next