comedi.git
2010-01-20 Ian Abbottpcl818: No need to check chanlist_len for AI command...
2010-01-20 Ian Abbottpcl816: No need to check chanlist_len for AI command...
2010-01-20 Ian Abbottpcl812: Don't need to set cur_chan twice at end of...
2010-01-20 Ian Abbottpcl812: No need to check chanlist_len for AI command...
2010-01-20 Ian Abbottpcl812: Untested bug fix for multi-channel AI commands...
2010-01-18 Ian Abbottadv_pci1710: Don't need to check chanlist_len in pci171...
2010-01-18 Ian Abbottadv_pci1710: Bug fixes: For AI commands, keep track...
2010-01-18 Ian Abbottpcl816: Check the channel list in step 5 of AI command...
2010-01-18 Ian Abbottpcl818: bug fixes: For AI commands, the scan counter...
2010-01-18 Ian Abbottpcl816: bug fix: AI scan counter was being updated...
2010-01-18 Ian Abbottpcl812: bug fix: scan counter was being incremented...
2010-01-04 Ian Abbottpcmmio: reorder check for second irq in pcmmio_attach...
2010-01-04 Ian Abbottcomedi_bond: fix off by one in doDevConfig().
2009-11-26 Bernd Porrremoved "deprecated" from the define COMEDI_CB_BLOCK...
2009-11-26 Bernd PorrJan-Matthias Braun spotted the problem that once the...
2009-11-26 Ian Abbottjr3-pci: Only ioremap register space for actual number...
2009-11-19 Ian Abbottadv_pci1710: Also initialize divisor1 and divisor2...
2009-11-19 Ian Abbottpcl818: In ai_cmd_test(), pcl818_ai_cmd_mode(), and...
2009-11-19 Ian Abbottpcl816: In pcl816_ai_cmdtest(), initialize divisor1...
2009-11-19 Ian Abbottcb_das16_cs: In das16cs_ai_cmdtest(), initialize div1...
2009-11-19 Ian Abbottadv_pci1710: In pci171x_ai_docmd_and_mode(), initialize...
2009-11-19 Ian Abbottadl_pci9118: In pci9118_ai_cmdtest(), initialize diviso...
2009-11-19 Ian Abbottpcl816: In pcl816_ai_cmdtest(), correct step 1 test...
2009-11-19 Ian Abbottpcl711: In pcl711_ai_cmd(), fix uninitialized variables...
2009-11-19 Ian Abbottserial2002: In serial_2002_open(), reduce size of confi...
2009-11-19 Ian Abbottme4000: In xilinx_download(), correct test for /INIT...
2009-11-17 Bernd PorrI've set all timeout values to 1000ms. Some bulk transf...
2009-11-17 Bernd PorrFixed an issue with jiffies vs miliseconds for the...
2009-10-19 Ian Abbott[Following Linus's linux-2.6 tree...]
2009-10-19 Ian Abbott[Following Linus's linux-2.6 tree...]
2009-09-21 Frank Mori... Added device id for pxi-6225 to ni_pci_table.
2009-08-17 Frank Mori... Added device id for pxi-6225.
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.
next