comedi.git
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...
2007-11-30 Ian AbbottUse DAC FIFO if the card has one (PCI230+ hardware...
2007-11-30 Ian AbbottAdded enums for Amplicon DIO card clock and gate sources.
2007-11-29 Ian AbbottFor AO command test step 3, return 3 if external trigge...
2007-11-28 Ian AbbottWhen stopping AO command, only stop timer if using it
2007-11-28 Ian AbbottRelease Z2-CT2 resource after AI command started if...
2007-11-27 Ian AbbottAvoid using software conversion trigger as it doesn...
2007-11-27 Ian AbbottRTAI support was broken in comedi-0.7.75 due to missing...
2007-11-27 Ian AbbottInsert delay after AI internal conversion trigger ...
2007-11-26 Ian AbbottUse programmable ADC FIFO interrupt trigger level and...
2007-11-25 Bernd PorrAdded PWM to the USBDUX. Also moved any synchronous...
2007-11-23 Ian AbbottFor AI command, allow scan_begin_src == EXT_TRIG for...
2007-11-23 Ian AbbottFor AO command, support scan_begin_src == TRIG_INT...
2007-11-23 Ian AbbottFor AI commands, support TRIG_INT for start_src, scan_b...
2007-11-23 Ian AbbottIncreased maximum length of channel list for AI command...
2007-11-23 Ian AbbottSupport scan_begin_src == TRIG_TIMER for AI command...
2007-11-23 Ian AbbottChanged some macros. No functional changes.
2007-11-22 Ian AbbottOverhauled setting up and handling of commands, interna...
2007-11-21 Frank Mori... Fixed offset for isolated digital input register on...
2007-11-19 Frank Mori... Added Jeremy Theler
2007-11-19 Ian AbbottChanged types of some members of struct pci230_private...
2007-11-16 Ian AbbottReduced maximum speed (increased minimum period) for...
2007-11-16 Ian AbbottFor ai_cmdtest, maximum AI convert rate depends on...
2007-11-16 Ian AbbottNeed to use 'do_div' macro for 64-bit division.
2007-11-15 Ian AbbottFor ai_cmdtest, check channel list starts with channel...
2007-11-15 Ian AbbottFix AI channel enables for AREF_DIFF if the hardware...
2007-11-13 Ian AbbottFor AI command, when convert_src == TRIG_EXT, make...
2007-11-12 Frank Mori... Fixed sign error that prevented commands from aborting...
next