comedi.git
2006-08-14 Frank Mori... Bumped version for 0.7.72 r0_7_72
2006-08-14 Frank Mori... Added 0.7.72 changes, and fixed misspellings of Ian...
2006-08-14 Frank Mori... Added new contributor.
2006-08-14 Frank Mori... Added missing GPL headers.
2006-08-14 Frank Mori... New drivers from Pablo Mejia <pablo@cctechnol.com>:
2006-08-11 Ian AbbottRestore the old COPYING and INSTALL files after they...
2006-08-11 Ian AbbottUpdated 'Adding new drivers' section.
2006-08-11 Ian AbbottRemoved Documentation/Configure.help and Documentation...
2006-08-11 Ian AbbottMoved addi_data.c into EXTRA_DIST until the drivers...
2006-08-11 Ian AbbottSkipped obsolete tests and added some new ones.
2006-08-11 Ian AbbottCorrected a printk format string that I forgot to updat...
2006-08-11 Ian AbbottAdd 'Contributors' to EXTRA_DIST.
2006-08-11 Ian AbbottRemoved obsolete include/linux/kern_compat.h file.
2006-08-11 Ian AbbottDeleted obsolete Config.in files.
2006-08-11 Ian AbbottAdd Kbuild to EXTRA_DIST.
2006-08-11 Ian AbbottAdded some kernel compatability include files to EXTRA_...
2006-08-08 Frank Mori... Added missing include for linux/version.h
2006-08-08 Frank Mori... Added length checks for data array of INSN_CONFIG_ALT_S...
2006-08-07 Ian AbbottUsed pci_name() when printing PCI device location.
2006-08-07 Ian AbbottAdd compatibility function pci_name(pci_dev) for kernel...
2006-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2006-08-07 Ian AbbottAdded linux/types.h compatibility header.
2006-08-07 Ian AbbottDon't free IRQ if it wasn't requested successfully.
2006-08-07 Ian AbbottDon't free the IRQ if it wasn't allocated.
2006-08-07 Ian Abbottifdef'ed out incomplete irq stuff from ni_daq_dio24.c
2006-08-07 Ian AbbottCheck I/O region was allocated before releasing it.
2006-08-07 Ian AbbottRequest resources before using them.
2006-08-07 Ian AbbottRemove Modules.symvers when cleaning as it can cause...
2006-08-01 Frank Mori... Added 0.7.71 changes. r0_7_71
2006-08-01 Frank Mori... version bump
2006-07-31 Ian AbbottFixed compiler warnings about unused variable in the...
2006-07-18 Frank Mori... set mite_phys_addr to zero after releasing io regions
2006-07-18 Frank Mori... turn pcmcia support on or off by default depending...
2006-07-12 Frank Mori... Added check for length of INSN_CONFIG_SET_RTSI_CLOCK_MODE,
2006-07-12 Frank Mori... Fixed number of channels in rtsi subdevice
2006-07-10 Ian AbbottExtend automatic enabling of Kbuild mechanism back...
2006-07-10 Ian AbbottReplaced AC_PATH_PROG with AC_PATH_TOOL when detecting...
2006-07-06 Ian AbbottAvoid using AC_RUN_IFELSE to check the kernel major...
2006-07-05 Ian AbbottApplied patch from Ben Gardiner (blg at mast dot queens...
2006-07-05 Ian AbbottRemoved MODVERDIR=${tmpdir} when checking CFLAGS, as...
2006-06-28 Frank Mori... Detect Kbuild in Linux kernel source directory, and...
2006-06-21 Ian AbbottFix gcc-4.1 warnings (undefined macro in #if).
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variables).
2006-06-21 Ian AbbottFixed gcc-4.1 warnings (operation may be undefined).
2006-06-21 Ian AbbottFix gcc-4.1 warnings (unused variable, printk format...
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variables).
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variable). The...
2006-06-20 Frank Mori... Made a few updates to install instructions.
2006-06-20 Frank Mori... Marked some initialization/cleanup functions with __ini...
2006-06-20 Frank Mori... Added some missing pcmcia device tables.
2006-06-20 Frank Mori... removed obsolete file.
2006-06-19 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-06-19 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-06-19 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2006-06-12 Frank Mori... remove obsolete pcmcia stuff (irq_list and IRQInfo2)
2006-06-12 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-06-12 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-06-11 Frank Mori... More pci fixes.
2006-06-11 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott). Note, I...
2006-06-11 Frank Mori... Got rid of obsolete IRQ_INFO2_VALID
2006-06-11 Frank Mori... got rid of useless irq_mask variable.
2006-06-11 Frank Mori... Dropped support for pcmcia on kernels older than 2...
2006-06-11 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott) which ports...
2006-05-06 Frank Mori... Compile fix when building with kbuild from Jan Gukelber...
2006-05-02 Frank Mori... Patch from caleb@aei-tech.com (Caleb Tennis), which...
2006-05-02 Frank Mori... Added new driver from sutashu@gmail.com (Stanislaw...
2006-05-02 Frank Mori... Added new drivers to build
2006-05-02 Frank Mori... Replaced pci_for_each_dev() with a for loop and pci_get...
2006-05-02 Frank Mori... Fixed some compile warnings, and replaced pci_for_each_...
2006-05-02 Frank Mori... New drivers from mike@mikelachaine.ca (mikelachaine)
2006-05-02 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott) which adds...
2006-05-02 Frank Mori... Update to documentation comments from terry1@beam.ltd...
2006-04-19 Frank Mori... Patch from terry1@beam.ltd.uk (Terry Barnaby):
2006-04-19 Frank Mori... Added option to force disabling of RTAI support, based...
2006-04-19 Frank Mori... Patch from calin@ajvar.org (Calin A. Culianu):
2006-03-21 Frank Mori... Added note about state of m-series support.
2006-03-09 Frank Mori... Added warning message to encourage checks of config...
2006-03-07 Frank Mori... Added INSN_CONFIG_GET_PWM_OUTPUT config insn.
2006-03-07 Frank Mori... Changed INSN_CONFIG_PWM_OUTPUT so the rounding mode...
2006-03-03 Frank Mori... Patch from terry1@beam.ltd.uk (Terry Barnaby):
2006-03-02 Frank Mori... Removed stray quotes from clean and install kbuild...
2006-02-23 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-02-22 Frank Mori... Disabling addi-data driver until it's floating point...
2006-02-22 Frank Mori... Fix for RTAI compile with --enable-kbuild configure...
2006-02-20 Frank Mori... Fixed read of parallel port data lines, as reported...
2006-02-06 Frank Mori... --enable-kbuild option of configure script works now.
2006-02-05 Frank Mori... Beginnings of support for kbuild with recent 2.6 kernels.
2006-02-05 Frank Mori... Fixed missing MODULE_LICENSE by using COMEDI_INITCLEANUP().
2006-02-05 Frank Mori... Fixed AM_CFLAGS for addi-data when using RTAI/RTLinux.
2006-01-28 Frank Mori... Reenabled isapnp support, and ported it to 2.6 kernels...
2006-01-28 Frank Mori... More compatilbility wrappers to let ni_atmio driver...
2006-01-28 Frank Mori... Made it not bother to try and build this module on...
2006-01-28 Frank Mori... Added some more compatibility wrappers for 2.4 kernels.
2006-01-28 Frank Mori... Added dt9812_ko_SOURCES.
2006-01-28 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-01-28 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott):
2006-01-28 Frank Mori... Added new driver for Winsystems PCM DA-12 AO board...
2006-01-28 Frank Mori... Driver update from calin@ajvar.org (Calin A. Culianu):
2006-01-19 Frank Mori... Added define of c6xdigio_ko_SOURCES
2006-01-16 Frank Mori... Patch from abbotti@mev.co.uk (Ian Abbott) which makes...
next