comedi.git
2009-08-12 Ian AbbottWhen reading DO subdevice with inverted outputs invert...
2009-08-12 Ian AbbottFix insn_bits bitshift calculation for subdevice with...
2009-08-07 Ian AbbottTake account of arch's bitfield order.
2009-08-07 Ian AbbottGet rid of global variable 'cmReg'.
2009-08-07 Ian AbbottSome changes and corrections to handling of
2009-08-07 Ian AbbottCorrect number of channels on DIO subdevice. Correct...
2009-08-07 Ian AbbottStore PCI device IDs in the board info and use this...
2009-08-07 Ian AbbottNeeded some more M4 quoting in AS_LINUX_SRC_DIR().
2009-06-19 Ian Abbotts626: Match PCI subvendor and subdevice IDs to avoid...
2009-06-02 Ian AbbottMade sysfs attribute code compatible with earlier kernels.
2009-06-02 Ian Abbottjr3_pci: Initialize transf variable fully in jr3_pci_po...
2009-05-24 Bernd Porradded code of buffer overflow. The async acquision...
2009-05-22 Ian AbbottWhen checking for separate Linux source and build direc...
2009-05-11 Ian AbbottAdd strict_strtoX() compatibilty functions for kernel...
2009-05-11 Ian AbbottCorrected type of a printk argument in resize_async_buf...
2009-04-06 Frank Mori... Use struct device from pci_dev for firmware loading.
2009-04-06 Frank Mori... Fixed some compiler warnings due to const-ness problems.
2009-04-06 Frank Mori... Can't rely on pte_offset_kernel being a macro on newer...
2009-04-06 Frank Mori... 2.6.30 kernel won't define IRQ_NONE as a macro.
2009-04-02 Frank Mori... Added sysfs attribute files for setting and querying...
2009-04-01 Ian AbbottCorrected documentation. Interrupt is triggered by...
2009-04-01 Ian AbbottChanges for 2.6.29 kernel. info() removed from <linux...
2009-03-19 Ian AbbottUndo stupid commit made 3 months ago:
2009-03-19 Ian AbbottWork around malformed RTAI_VERSION_CODE.
2009-03-17 Frank Mori... Added support for comedi_poll.
2009-03-03 Ian Abbottpcl818: Tidy up AI command after channel dropout or...
2009-02-26 Ian Abbottpcl818: Fix option handling for FIFO mode (hopefully!).
2009-02-09 Ian Abbottcomedi_open: Fix null pointer dereference.
2009-02-09 Ian AbbottFix GCC warning in call to request_module(): "format...
2009-01-30 Ian AbbottUse explicit value for enumerated constant INSN_CONFIG_...
2009-01-27 Ian AbbottReplace occurrences of <module>.o with <module>.ko .
2009-01-06 Ian AbbottPCMCIA changes for compatibility with 2.6.28 kernel.
2008-12-16 Ian AbbottFix redefinition of macro comedi_rt_task_context_t.
2008-12-15 Frank Mori... Return error instead of segfaulting if user trys to...
2008-12-15 Frank Mori... Added some validation of comedi module parameter values.
2008-12-09 Bernd PorrExplained the new mechanisms for autoconfig of devices...
2008-12-09 Frank Mori... Fixed minor numbers for subdevice files.
2008-12-09 Ian AbbottMake comedi_auto_config() succeed when auto-configurati...
2008-12-08 Bernd PorrRemoved the constant for the legacy minors
2008-12-08 Bernd PorrAs suggested the legacy device count is set to zero...
2008-12-08 Ian AbbottAdd a module parameter 'comedi_autoconfig'. Set it...
2008-12-06 Frank Mori... Fixed bug in firmware loading with multiple usbduxfast...
2008-12-03 Ian AbbottAdded PXI-6224 based on report by Romain Bossart of...
2008-11-17 Frank Mori... Added reading of board serial number from eeprom for...
2008-10-22 Ian AbbottRenamed comedi_driver##_pci to comedi_driver##_pci_driv...
2008-10-22 Ian AbbottUpdate test for separate Linux source and build directories
2008-10-22 Ian AbbottFix plain "--with-machine" without parameter. It used...
2008-10-22 Ian AbbottOnly register PCI driver if built with PCI support.
2008-10-22 Ian AbbottFix for no-PCI build.
2008-10-22 Ian AbbottSupport autoconfiguration of PCI devices in some Amplic...
2008-10-22 Ian AbbottWhen configuring via the driver name (or auto-configuri...
2008-10-22 Ian AbbottFixed a compiler warning.
2008-10-22 Ian AbbottCorrected type mismatch in comedi_alloc_subdevice_minor...
2008-10-22 Ian AbbottFix for 2.6.27 kernel: device_create_result_type wasn...
2008-10-21 Frank Mori... Trying to make rtd520 driver smart enough to figure...
2008-10-21 Frank Mori... Fixed some of the pci drivers that didn't accept the...
2008-10-21 Frank Mori... Clairified meanings of fifo status bits, and added...
2008-10-21 Frank Mori... Switched addi drivers over to COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori... Converted all pci drivers to use COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori... Added COMEDI_PCI_INITCLEANUP to facilitate conversion...
2008-10-21 Frank Mori... Split out bus agnostic comedi_auto_config/comedi_auto_u...
2008-10-20 Frank Mori... Fixed some module reference counting problems due to...
2008-10-20 Frank Mori... Fixed up device_create call for auto-probed device...
2008-10-16 Frank Mori... Fixed a compile error and a warning.
2008-10-16 Frank Mori... Added support for udev/sysfs to core and ni_pcimio...
2008-10-09 Ian AbbottUpdated the "Adding new drivers" section due to optiona...
2008-10-08 Frank Mori... Patch from Trevor <tvrkng@gmail.com>
2008-10-01 Ian AbbottFixed typo reported by labrat.
2008-10-01 Ian AbbottPatch from Anders Blomdell: "When uppgrading to 2.6...
2008-10-01 Ian AbbottPatch from Anders Blomdell: pick first board when bus...
2008-10-01 Ian AbbottPatch from Anders Blomdell: make detach work.
2008-10-01 Ian AbbottPatch from Anders Blomdell: remove result printout...
2008-09-16 Frank Mori... Fixed problem with reporting of insn_bits support duw...
2008-09-16 Frank Mori... Added insn_bits_supported field to subdevice info ioctl...
2008-09-05 Ian AbbottCorrected option indices in documentation.
2008-09-04 Frank Mori... Trying to sort out when we need to write to the second...
2008-09-01 Ian AbbottTidied up the initializer for ni_boards[].
2008-08-15 Frank Mori... The big kernel lock was never held during read() or...
2008-08-15 Frank Mori... device_create is not fully functional in linux 2.6.18.
2008-08-05 Ian Abbott#ifdef out unused functions 'lock_port()' and 'unlock_p...
2008-08-05 Ian AbbottMade firmware data pointer 'const' to avoid compiler...
2008-08-05 Ian AbbottParameters of device_create() changed in 2.6.27-rc1...
2008-07-30 Frank Mori... We don't need to clear the AO_Update_Timed bit on all...
2008-07-29 Ian AbbottSome INSN_READ fixes for AI subdevice: enable conversio...
2008-07-29 Frank Mori... Trying to fix bug #265, where ao channels seem to get...
2008-07-17 Ian AbbottAdded an explanatory comment for the device_create...
2008-07-15 Ian Abbott#ifdef out unused functions 'lock_port()' and 'unlock_p...
2008-07-15 Ian AbbottNeed to check result of down_interruptible(). Return...
2008-07-15 Ian AbbottCorrected previous correction for PCMCIA test (silly...
2008-07-15 Ian Abbott'struct class_device' removed from 2.6.26 kernel, so...
2008-06-27 Frank Mori... Fixed poll/select on write subdevice.
2008-06-15 Frank Mori... Fixed number of output samples for m-series boards...
2008-05-24 Frank Mori... Fixed configure check for linux/mutex.h
2008-04-30 Ian AbbottIgnore data and data_len in comedi_cmd.
2008-04-28 Ian AbbottAdded MODULE_DEVICE_TABLE.
2008-04-28 Ian AbbottMade some data 'const'.
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).
next