comedi.git
2008-04-28 Ian AbbottUse DEFINE_PCI_DEVICE_TABLE() macro to declare PCI...
2008-04-28 Ian AbbottAdd compatibility for DEFINE_PCI_DEVICE_TABLE() macro.
2008-04-28 Frank Mori... Fixed 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-18 Ian AbbottAdded __module_get() compatibility (just in case we...
2008-04-16 Ian AbbottChanged initializers of 'ni_gainlkup[][16]' and 'ni_ran...
2008-04-16 Frank Mori... Fixed 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 Stephen Chivers (Advantech PCI-1736UP support).
2008-04-14 Ian AbbottMoved a few entries to keep in order.
2008-04-14 Ian AbbottAdded support for Advantech PCI-1736UP.
2008-04-12 Ian AbbottCorrected PCMCIA test in revision 1.43.
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 condition for including <asm/bug.h>.
2008-04-11 Ian AbbottChanged linux/kref.h compatibility header to make the...
2008-04-10 Ian AbbottCorrected previous commit.
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... Fixed single-channel ao waveform on 6xxx boards, which...
2008-04-01 Frank Mori... Fixed multi-channel analog output commands on pxi-6713.
2008-03-28 Frank Mori... Added INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE and implemen...
2008-03-28 Frank Mori... Changed INSN_GET_PWM_STATUS to INSN_CONFIG_GET_PWM_STATUS.
2008-03-26 Ian AbbottAdded yonggang <rsmgnu at gmail dot com> (Advantech...
2008-03-26 Frank Mori... Fix 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... ... and check that ai_mite_chan is not NULL after we...
2008-03-21 Frank Mori... Added 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 AbbottAdded Fred Brooks (ni_daq_700 driver).
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... Fixed 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-02-04 Ian AbbottFor separate kernel source and build directories, allow...
2008-01-30 Frank Mori... Modified output to be tab-delimited (for easier parsing...
2008-01-28 Frank Mori... regenerated ChangeLog with "cvs2cl -T" v0_7_76
2008-01-28 Frank Mori... bumped version for 0.7.76 release.
2008-01-28 Frank Mori... Allow generation of devices.txt and drivers.txt to...
2008-01-28 Frank Mori... Suppress some compiler warnings
2008-01-28 Frank Mori... Replaced 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.
2008-01-13 Bernd PorrAdded a proper PWM subdevice for comedi.
2008-01-07 Ian AbbottOnly set SRF_RT subdevice flag if comedi_switch_to_rt...
2008-01-02 Ian AbbottFor COMEDI_DEVCONFIG ioctl, if argument is NULL, refuse...
2008-01-02 Ian AbbottChanged read, write, poll, and mmap file operations...
2008-01-02 Frank Mori... Added board entry for 6013.
2007-12-20 Ian AbbottOnce the linux build directory has been determined...
2007-12-17 Ian AbbottSome changes for separate Linux source and build trees.
2007-12-12 Ian AbbottUse unlocked_ioctl file operation instead of ioctl...
2007-12-12 Ian AbbottCheck for include/linux/mutex.h in kernel source.
2007-12-12 Ian AbbottAdded compatibility header for <linux/mutex.h>.
2007-12-12 Ian AbbottFor non-Kbuild make, don't build addi-data drivers...
2007-12-12 Ian AbbottCorrected type qualifiers for pc_DriverName in boardtype.
2007-12-12 Ian AbbottRemoved #defines for types (now they're all in addi_com...
2007-12-12 Ian AbbottUse typedef instead of #define to define MS-Windows...
2007-12-12 Ian AbbottInclude <linux/ioctl32.h> if using old-style register_i...
2007-12-12 Frank Mori... Converted initialization of board array to modern stand...
2007-12-05 Ian AbbottFor read and write, check if command still running...
2007-12-05 Ian AbbottCheck for various errors such as subdevice in range...
2007-12-05 Ian AbbottIf comedi_switch_to_rt() is a macro it should stil...
2007-12-05 Ian AbbottUse per-subdevice spin-lock instead of big_comedi_lock...
2007-12-04 Ian AbbottDefine mmiowb() macro if necessary.
2007-12-04 Ian AbbottNo need to define kcalloc() compatibility function...
2007-12-03 Ian AbbottExpanded documentation for the driver.
2007-12-03 Ian AbbottReport error event when command stopped due to buffer...
2007-12-03 Ian AbbottAvoid setting s->async->inttrig to NULL in interrupt...
2007-12-03 Ian AbbottAvoid setting s->async->inttrig to NULL in interrupt...
2007-12-03 Ian AbbottFor AO command, if scan_begin_src is TRIG_INT and not...
2007-12-03 Ian AbbottAvoid changing s->async->inttrig during an interrupt...
next