comedi.git
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...
2007-10-25 Frank Mori... Added subdevice for "frequency output" pin.
2007-10-25 Frank Mori... Added check against maxdata for write instructions.
2007-10-24 Frank Mori... Each comedi_async struct should have its own wait_queue...
2007-10-24 Frank Mori... Prevent glitches when transitioning from static control...
2007-10-24 Ian AbbottAllocate non-DMA buffer pages using __get_free_page...
2007-10-22 Ian AbbottCheck dev->attached in interrupt routine.
2007-10-22 Ian AbbottSome 64-bit fixes.
2007-10-18 Frank Mori... Fix from Torben Mikael Hansen <comedi_ns@linhard.dk...
2007-10-18 Frank Mori... Patch from Torben Mikael Hansen <comedi_ns@linhard...
2007-10-18 Frank Mori... Got rid of fragile checks of specific device ids in...
2007-10-18 Ian AbbottSome changes to deal with interrupts before device...
2007-10-17 Frank Mori... Added pci device id for pxi-6602.
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-16 Frank Mori... Added support for scan_begin_src = TRIG_EXT on analog...
2007-10-16 Frank Mori... Ported to linux 2.6.23 pcmcia interface. Compiles,...
2007-10-16 Frank Mori... Ported to linux 2.6.23 pcmcia interface. Compiles,...
2007-10-16 Frank Mori... Ported to linux 2.6.23 pcmcia interface. Compiles...
2007-10-15 Frank Mori... Updated to linux 2.6.23 pcmcia interface. Compiles...
2007-10-15 Frank Mori... Updated to 2.6.23 pcmcia interface. Compiles, otherwis...
2007-10-15 Frank Mori... More linux 2.6.23 pcmcia fixes.
2007-10-15 Frank Mori... Updated to 2.6.23 kernel pcmcia interface. It compiles...
2007-10-12 Frank Mori... Pruned obsolete lseek code.
2007-10-11 Ian AbbottAdded regshift parameter after base address in i8254_lo...
2007-09-30 Frank Mori... Support DESTDIR for module install/uninstall.
2007-09-29 Frank Mori... Fixed use of ai channels >= 64 on 6225. Based on patch...
2007-09-28 Frank Mori... Eliminated the possibility of the ao dma channel gettin...
2007-09-14 Ian AbbottAdd slab.h compatibility header.
2007-09-14 Ian AbbottAdd kzalloc and kcalloc kernel compatibility functions.
2007-09-07 Ian AbbottCorrected calculation of board name offset. Fixes...
2007-09-06 Frank Mori... Change $(GREP) to $(EGREP), since we really only do...
2007-09-05 Frank Mori... Added files I forgot to cvs add from patch by
2007-09-04 Frank Mori... Patch from Anders Blomdell <anders.blomdell@control...
next