comedi.git
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...
2007-11-12 Ian AbbottOnly added a comment.
2007-11-12 Ian AbbottFor AI command, changed interpretation of scan_begin_ar...
2007-11-12 Ian AbbottThe ADC half full flag flag and interrupt occurs at...
2007-11-12 Ian AbbottUse arrays to look up ai gain bits and polarity.
2007-11-12 Ian AbbottStripped ".o" from driver name on "Driver:" line for...
2007-11-12 Ian AbbottFor AI INSN_READ, check for out-of-range differential...
2007-11-10 Frank Mori... Added new driver from jeremy theler <thelerg@ib.cnea...
2007-11-10 Frank Mori... Adding trivial email address obfuscation, since some...
2007-11-09 Ian AbbottIn pci230_choose_clk_src(), widen the type of the compa...
2007-11-09 Ian AbbottCheck channel lists in AI and AO cmdtest handlers if...
2007-11-09 Ian AbbottMinor line-length fixes.
2007-11-09 Ian AbbottIn cmdtest, use DPRINTK instead of comedi_error.
2007-11-09 Ian AbbottFor cmdtest, don't return 5 if chanlist_len == 0.
2007-11-09 Ian AbbottFor cmdtest, don't return error 5 if chanlist is NULL.
2007-11-09 Ian AbbottFor COMEDI_CMD ioctl, check chanlist_len > 0.
2007-11-09 Ian AbbottI forgot to rename comedi_compat_ioctl_ function back to
2007-11-09 Ian AbbottMake the 'comedi_compat_ioctl' symbole a function ...
2007-11-08 Ian AbbottGot rid of the timer subdevice as it was pretty useless...
2007-11-08 Ian AbbottUse 64-bit ns value when determining clock source.
2007-11-08 Ian AbbottRenamed pci_iobase to iobase1.
2007-11-08 Ian AbbottUsed specific constants for base addresses of 8254...
2007-11-08 Ian AbbottEliminated clock source and divisor values from private...
2007-11-08 Ian AbbottRenamed some macros. Now access the timebase values...
2007-11-08 Ian Abbottamplc_pci230.c whitespace changes / comment reformatting.
2007-11-08 Ian AbbottSpelling correction in Description: line.
2007-11-07 Ian AbbottFix for 2.6.10 and earlier. Rename comedi_compat_ioctl...
2007-11-07 Ian AbbottRemoved a stray comment.
2007-11-07 Ian AbbottMake sure 32-bit ioctl handler for <= 2.6.10 kernel...
2007-11-07 Ian AbbottSupport 32-bit ioctl calls on 64-bit kernel (CONFIG_COM...
2007-11-05 Ian AbbottReplaced INSN_CONFIG_8254_SET_MODE with INSN_CONFIG_SET...
2007-11-05 Ian AbbottInline fixes: define inline functions before calling...
2007-11-05 Ian AbbottMade cfc_bytes_per_scan() 'static inline' instead of...
2007-11-04 Frank Mori... Applied comedi_indent script to all source files.
2007-11-04 Frank Mori... Removed some dead code that was causing errors in inden...
2007-11-04 Frank Mori... Removed some dead code that confused the indent program.
2007-11-04 Frank Mori... Removed a bit of ifdef'd out code that confuses the...
2007-11-04 Frank Mori... Added wrapper around indent utility with options I...
2007-11-02 Ian AbbottSecurity fix in comedi_buf_alloc() for non-DMA data...
2007-11-01 Ian AbbottSanitize resource types. Use new comedi_pci_enable...
2007-11-01 Ian AbbottRemoved tests for whether PCI device supports bus-maste...
2007-11-01 Ian AbbottRemoved kernel 2.2 and 2.4 compatibility.
2007-11-01 Ian AbbottNew wrapper functions in comedi/drivers/comedi_pci.h:
2007-10-31 Ian AbbottCheck result of subdev_8255_init().
2007-10-31 Ian AbbottFor PCI260(+) make subdevice 2 UNUSED instead of AO...
2007-10-31 Ian AbbottAdded pci230+ and pci260+. Currently they are treated...
2007-10-30 Ian AbbottUntested compatibility fix for change to rt_task_init...
2007-10-30 Ian Abbott#ifdef out floating point register stuff.
2007-10-29 Ian AbbottAdded PCI-DIO24 info supplied by Yoshiya Matsuzaka.
2007-10-29 Frank Mori... Regenerated ChangeLog with "cvs2cl -t" for 0.7.75 release. r0_7_75
2007-10-28 Frank Mori... Bumped version for 0.7.75 release
2007-10-26 Frank Mori... Fixed compile warning on amd64.
2007-10-25 Frank Mori... Don't report bogus gate errors on 660x boards.
2007-10-25 Frank Mori... Added enum for setting master clock of NI "frequency...
next