Renamed comedi_driver##_pci to comedi_driver##_pci_driver to avoid
[comedi.git] / comedi /
2008-10-22 Ian AbbottOnly register PCI driver if built with PCI support.
2008-10-22 Ian AbbottFix for no-PCI build.
2008-10-22 Ian AbbottSupport autoconfiguration of PCI devices in some Amplic...
2008-10-22 Ian AbbottWhen configuring via the driver name (or auto-configuri...
2008-10-22 Ian AbbottFixed a compiler warning.
2008-10-22 Ian AbbottCorrected type mismatch in comedi_alloc_subdevice_minor...
2008-10-21 Frank Mori HessTrying to make rtd520 driver smart enough to figure...
2008-10-21 Frank Mori HessFixed some of the pci drivers that didn't accept the...
2008-10-21 Frank Mori HessClairified meanings of fifo status bits, and added...
2008-10-21 Frank Mori HessSwitched addi drivers over to COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori HessConverted all pci drivers to use COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori HessAdded COMEDI_PCI_INITCLEANUP to facilitate conversion...
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-20 Frank Mori HessFixed up device_create call for auto-probed device...
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-10-08 Frank Mori HessPatch from Trevor <tvrkng@gmail.com>
2008-10-01 Ian AbbottPatch from Anders Blomdell: "When uppgrading to 2.6...
2008-10-01 Ian AbbottPatch from Anders Blomdell: pick first board when bus...
2008-10-01 Ian AbbottPatch from Anders Blomdell: make detach work.
2008-10-01 Ian AbbottPatch from Anders Blomdell: remove result printout...
2008-09-16 Frank Mori HessFixed problem with reporting of insn_bits support duw...
2008-09-16 Frank Mori HessAdded insn_bits_supported field to subdevice info ioctl...
2008-09-05 Ian AbbottCorrected option indices in documentation.
2008-09-04 Frank Mori HessTrying to sort out when we need to write to the second...
2008-09-01 Ian AbbottTidied up the initializer for ni_boards[].
2008-08-15 Frank Mori HessThe big kernel lock was never held during read() or...
2008-08-05 Ian Abbott#ifdef out unused functions 'lock_port()' and 'unlock_p...
2008-08-05 Ian AbbottMade firmware data pointer 'const' to avoid compiler...
2008-08-05 Ian AbbottParameters of device_create() changed in 2.6.27-rc1...
2008-07-30 Frank Mori HessWe don't need to clear the AO_Update_Timed bit on all...
2008-07-29 Ian AbbottSome INSN_READ fixes for AI subdevice: enable conversio...
2008-07-29 Frank Mori HessTrying to fix bug #265, where ao channels seem to get...
2008-07-15 Ian Abbott#ifdef out unused functions 'lock_port()' and 'unlock_p...
2008-07-15 Ian AbbottNeed to check result of down_interruptible(). Return...
2008-07-15 Ian Abbott'struct class_device' removed from 2.6.26 kernel, so...
2008-06-27 Frank Mori HessFixed poll/select on write subdevice.
2008-06-15 Frank Mori HessFixed number of output samples for m-series boards...
2008-04-30 Ian AbbottIgnore data and data_len in comedi_cmd.
2008-04-28 Ian AbbottAdded MODULE_DEVICE_TABLE.
2008-04-28 Ian AbbottMade some data 'const'.
2008-04-28 Ian AbbottUse DEFINE_PCI_DEVICE_TABLE() macro to declare PCI...
2008-04-28 Frank Mori HessFixed adv_pci_dio to use module name as comedi_config...
2008-04-25 Ian AbbottFixed an obvious typo in a comment (OCI --> PCI).
2008-04-18 Ian AbbottDon't tag module device tables with '__devinitdata'.
2008-04-18 Ian AbbottMoved me4000_pci_table[] from me4000.h to me4000.c.
2008-04-18 Ian AbbottFixed compilation error for 2.6.25 kernel. Moved ...
2008-04-18 Ian AbbottUse __module_get(THIS_MODULE) instead of try_module_get...
2008-04-18 Ian AbbottDon't bother checking MOD_IN_USE in comedi_cleanup.
2008-04-16 Ian AbbottChanged initializers of 'ni_gainlkup[][16]' and 'ni_ran...
2008-04-16 Frank Mori HessFixed value that used to calculate ao hardware fifo...
2008-04-14 Ian AbbottCorrected error in previous commit (PCI bus/slot option...
2008-04-14 Ian AbbottAdded PCI bus/slot configuration options.
2008-04-14 Ian AbbottDocumented pci bus/slot configuration options.
2008-04-14 Ian AbbottUpdated heading comment as the PCI bus/slot options...
2008-04-14 Ian AbbottDescribe bus/slot options.
2008-04-14 Ian AbbottAdded support for Advantech PCI-1736UP.
2008-04-12 Ian AbbottOops, I forgot the module init and exit functions!
2008-04-11 Ian AbbottStopped the 'ni_atmio' and 'ni_mio_cs' drivers dependin...
2008-04-11 Ian AbbottChanged linux/kref.h compatibility header to make the...
2008-04-10 Ian AbbottI broke it in the previous commit.
2008-04-10 Ian AbbottAllow Comedi to be built without PCI drivers. The PCI...
2008-04-10 Ian AbbottMoved labpc_cs_boards[] from ni_labpc.c to ni_labpc_cs...
2008-04-10 Ian AbbottAdded automake conditionals CONFIG_COMEDI_USB and CONFI...
2008-04-01 Frank Mori HessFixed single-channel ao waveform on 6xxx boards, which...
2008-04-01 Frank Mori HessFixed multi-channel analog output commands on pxi-6713.
2008-03-28 Frank Mori HessAdded INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE and implemen...
2008-03-28 Frank Mori HessChanged INSN_GET_PWM_STATUS to INSN_CONFIG_GET_PWM_STATUS.
2008-03-26 Frank Mori HessFix for crashes with dma enabled using pci-6143. Based...
2008-03-25 Ian AbbottUsed DPRINTK() instead of rt_printk() in a few places...
2008-03-25 Ian AbbottUsed comedi_pci_enable() and comedi_pci_disable().
2008-03-25 Ian AbbottRemoved commented-out variables.
2008-03-25 Ian AbbottUpdated documentation comment and put it in a standard...
2008-03-25 Ian AbbottApplied comedi_indent script to source.
2008-03-25 Ian AbbottAdded Advantech PCI-1723 driver by yonggang <rsmgnu...
2008-03-21 Frank Mori Hess... and check that ai_mite_chan is not NULL after we...
2008-03-21 Frank Mori HessAdded missing spinlock around usage of devpriv->ai_mite...
2008-03-14 Ian AbbottFixed check for unspecified clock period for clock...
2008-03-12 Ian AbbottPrevent dereference of NULL chanlist pointer in ai...
2008-03-05 Ian AbbottSet SDF_CMD_READ subdevice flag if do_cmd and do_cmdtes...
2008-02-21 Ian AbbottChanged subdev_700_insn to include the state of the...
2008-02-21 Ian AbbottChanged the name in the second entry of the boards...
2008-02-21 Ian AbbottRemoved spurious '#define _700_H'.
2008-02-21 Ian AbbottUpdated driver description using information from other...
2008-02-21 Ian AbbottRan source through comedi_indent script.
2008-02-21 Ian AbbottAdded NI DAQCard-700 DIO-only driver by fred brooks.
2008-02-21 Ian AbbottApplied update to driver documentation section from...
2008-02-15 Ian AbbottAdd PCI bus/slot options.
2008-02-08 Frank Mori HessFixed spelling error "sucess"->"success".
2008-02-05 Bernd Porrforgotten to uncomment the debug macro. Soooory.
2008-02-05 Bernd PorrSilly mistake in the frequency setting. Sent out the...
2008-01-28 Frank Mori HessSuppress some compiler warnings
2008-01-28 Frank Mori HessReplaced an "if(0)" with an "#if 0".
2008-01-28 Ian AbbottFix bug in ni_pcidio_release_di_mite_channel() that...
2008-01-16 Ian AbbottCorrected number of channels for DO subdevice.
2008-01-14 Ian AbbottIn comedi_do_insn:
2008-01-14 Ian AbbottIn comedi_do_insn, #if'ed out the final check for retur...
2008-01-14 Ian AbbottCorrected test for INSN_WRITE data value exceeding...
2008-01-14 Ian AbbottApplied comedi_indent script.
next