comedi.git
2004-08-02 Frank Mori... move setup of subdevices after init of plx9080
2004-08-01 Frank Mori... fix initialization of eeprom subdevice
2004-08-01 Frank Mori... updated usbdux driver from Bernd Porr
2004-07-25 Frank Mori... fix INSN_GTOD
2004-07-21 Frank Mori... fix double-munging when bufinfo ioctl is called in...
2004-07-19 Frank Mori... add isapnp device id for at-mio-64e-3
2004-07-19 Frank Mori... fix null dereference on boards without analog output
2004-07-19 Frank Mori... fix prototype of comedi_request_irq()
2004-07-18 Frank Mori... missed some locking that should have been converted...
2004-07-18 Frank Mori... bug fix from zharkov@vista-control.com (Eugene Zharkov)
2004-07-17 Frank Mori... list 10 insn limit on insn lists
2004-07-17 Frank Mori... fix interrupt handler return value
2004-07-15 Frank Mori... don't write to ao fifo offset load register if it doesn...
2004-07-15 Frank Mori... added pci-6014 to supported devices list
2004-07-14 Frank Mori... change caldac to ad8804_debug for at-mio-64e-3
2004-07-12 Frank Mori... a little update for 2.6 kernels
2004-07-12 Frank Mori... don't barf if Modules.symvers doesn't exist
2004-07-07 Frank Mori... fix interrupt reenabling with rtai-adeos
2004-06-28 Frank Mori... fix possible crash when shared interrupt is asserted...
2004-06-28 Frank Mori... add autogen.sh to EXTRA_DIST
2004-06-19 Frank Mori... fix selection of output channel for ao write insn ...
2004-06-15 Frank Mori... removed obsolete references to comedi_counter_unstable.h
2004-06-15 Frank Mori... added Luis Martinez for bug fix
2004-06-09 Frank Mori... bug fix from Luis Martínez <luimarma@marcosa.e.telefoni...
2004-06-05 Frank Mori... fix CR_EDGE and CR_INVERT flags for ai scan_begin_src...
2004-06-05 Frank Mori... Fix CR_INVERT and CR_EDGE flags for ai start_arg=TRIG_EXT
2004-06-03 Frank Mori... patch from Emmanuel PACAUD
2004-06-02 Frank Mori... pcmcia drivers should work under 2.6 now
2004-06-02 David SchleefUpgrade as-linux.m4 and as-modtool.m4. Fix build syste...
2004-06-01 Frank Mori... fix compiler warnings for 2.4
2004-06-01 Frank Mori... port to 2.6 pcmcia api
2004-06-01 Frank Mori... port to 2.6 pcmcia api
2004-06-01 Frank Mori... port to 2.6 pcmcia api
2004-05-31 Frank Mori... port to 2.6 pcmcia api
2004-05-31 Frank Mori... fix if block that got broken during port to 2.6
2004-05-31 Frank Mori... port to 2.6 pcmcia api
2004-05-31 Frank Mori... added cs_error() compatibility function
2004-05-31 Frank Mori... moved some 2.4 compatibility cruft into headers
2004-05-31 Frank Mori... add 2.4 compatibility for pcmcia_register_driver()...
2004-05-22 Frank Mori... ported to 2.6 kernel pcmcia api
2004-05-22 Frank Mori... pci-6014 support courtesy Alberto Sechi
2004-05-18 Frank Mori... update for some minor changes to comedi instalation...
2004-05-14 Frank Mori... be less picky about finding .hdepend
2004-05-09 Frank Mori... fix caldac type for at-mio-16e-10
2004-04-29 Frank Mori... have comedi_command set subdevice->busy
2004-04-22 Frank Mori... fix init of len_chanlist for analog output subdevice...
2004-04-22 Frank Mori... crashes on pci-das6402/16 attach seem to be due to...
2004-04-21 Frank Mori... added a memory barrier to try and fix mysterious 6402...
2004-04-21 Frank Mori... fixes for 64bit archs
2004-04-19 Frank Mori... change dev->iobase to unsigned long for 64 bit cpus
2004-04-19 Frank Mori... add note about unresolved rt kernel symbols
2004-04-13 Frank Mori... rt_request_global_irq_arg() doesn't seem to exist in...
2004-04-11 Frank Mori... added Nils
2004-04-11 Frank Mori... command support for pcl818 from Nils Juergens:
2004-04-06 Frank Mori... figured out how i broke dma, and removed useless barrier
2004-04-05 Frank Mori... take into account possibility of comedi_poll getting...
2004-04-05 Frank Mori... remove bogus bug warning
2004-04-04 Frank Mori... replaced some preprocessor defines with enums and inlin...
2004-04-04 Frank Mori... added declarations for IO Device Window Base Size Register
2004-04-04 Frank Mori... try to make sure we get the scan data dma'd after eos...
2004-04-04 Frank Mori... add more locking to make comedi_poll smp safe, and...
2004-04-04 Frank Mori... fix initialization of channel, that I broke with last fix
2004-03-26 Frank Mori... fix analog output channel interaction for boards with...
2004-03-22 Frank Mori... complain more loudly on comedi_switch_to_rt() failure
2004-03-21 Frank Mori... comedi_calibrate supports more than NI boards now
2004-03-21 Frank Mori... add a rmb() in mite_bytes_transferred()
2004-03-21 Frank Mori... use barrier() instead of mb() since it really is just...
2004-03-21 Frank Mori... add support for comedi_poll when using mite dma, (neede...
2004-03-21 Frank Mori... wake on end of scan based on TRIG_WAKE_EOS bit in comma...
2004-03-21 Frank Mori... don't force various bits in cb_mask when command is...
2004-03-21 Frank Mori... don't force on COMEDI_CB_BLOCK in comedi_event()
2004-03-20 Frank Mori... usbdux driver update from Bernd Porr:
2004-03-15 Frank Mori... fix register offset problems noted by Henk van Rooy...
2004-03-13 Frank Mori... change some caldac types to ad8804_debug, as not all...
2004-03-10 Frank Mori... add support for reading internal reference voltage...
2004-03-07 Frank Mori... stop forcing cs5529 gain to one, added cs5529_wait_for_...
2004-03-07 Frank Mori... fixed ni_ai_fifo_read(), to use the loop index when...
2004-03-06 Frank Mori... added some memory barriers on read/writes to comedi...
2004-03-02 Frank Mori... update configure help to suggest using rtai installatio...
2004-03-01 Frank Mori... make KBUILD_BASENAME and KBUILD_MODNAME hacks more...
2004-02-29 Frank Mori... version bump
2004-02-29 Frank Mori... fix name clashes with rtai
2004-02-29 Frank Mori... get CONFIG_ADEOS value
2004-02-29 Frank Mori... add missing quote
2004-02-29 Frank Mori... add mising $ and recognize adeos patched kernels
2004-02-29 Frank Mori... add check for depmod to configure
2004-02-29 Frank Mori... deal with moved rtai_config.h
2004-02-29 Frank Mori... fix m4 quoting
2004-02-29 Frank Mori... force gain calibration of 67xx calibration adc to 1
2004-02-29 Frank Mori... hack to set KBUILD_BASENAME
2004-02-27 David SchleefAdd fallback if mktemp utility cannot be found.
2004-02-27 Frank Mori... fix version check for 'owner' member of usb_driver
2004-02-23 David Schleefcleanups. Disable PCMCIA on linux-2.6
2004-02-23 David Schleefdisable RTC code
2004-02-21 Frank Mori... fix for return value of config insn from
2004-02-21 Frank Mori... disable analog triggerring so pfi0 works
2004-02-15 Frank Mori... init ao configuration reg 2 for 67xx
2004-02-15 Frank Mori... eliminate duplicate ao window register definitions...
2004-02-13 Frank Mori... fix compilation with kernels using dynamic hz patch
2004-02-10 Frank Mori... patch from Klaas Gadeyne <Klaas.Gadeyne@mech.kuleuven...
next