pcl812: Don't need to set cur_chan twice at end of scan.
[comedi.git] / comedi /
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 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 HessAdded device id for pxi-6225 to ni_pci_table.
2009-08-17 Frank Mori HessAdded 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-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-11 Ian AbbottCorrected type of a printk argument in resize_async_buf...
2009-04-06 Frank Mori HessUse struct device from pci_dev for firmware loading.
2009-04-06 Frank Mori HessFixed some compiler warnings due to const-ness problems.
2009-04-02 Frank Mori HessAdded 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 HessAdded 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-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 HessReturn error instead of segfaulting if user trys to...
2008-12-15 Frank Mori HessAdded some validation of comedi module parameter values.
2008-12-09 Frank Mori HessFixed minor numbers for subdevice files.
2008-12-09 Ian AbbottMake comedi_auto_config() succeed when auto-configurati...
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 HessFixed 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 HessAdded reading of board serial number from eeprom for...
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-21 Frank Mori HessTrying to make rtd520 driver smart enough to figure...
2008-10-21 Frank Mori HessFixed some of the pci drivers that didn't accept the...
2008-10-21 Frank Mori HessClairified meanings of fifo status bits, and added...
2008-10-21 Frank Mori HessSwitched addi drivers over to COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori HessConverted all pci drivers to use COMEDI_PCI_INITCLEANUP...
2008-10-21 Frank Mori HessAdded COMEDI_PCI_INITCLEANUP to facilitate conversion...
2008-10-21 Frank Mori HessSplit out bus agnostic comedi_auto_config/comedi_auto_u...
2008-10-20 Frank Mori HessFixed some module reference counting problems due to...
2008-10-20 Frank Mori HessFixed up device_create call for auto-probed device...
2008-10-16 Frank Mori HessFixed a compile error and a warning.
2008-10-16 Frank Mori HessAdded support for udev/sysfs to core and ni_pcimio...
2008-10-08 Frank Mori HessPatch from Trevor <tvrkng@gmail.com>
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 HessFixed problem with reporting of insn_bits support duw...
2008-09-16 Frank Mori HessAdded insn_bits_supported field to subdevice info ioctl...
2008-09-05 Ian AbbottCorrected option indices in documentation.
2008-09-04 Frank Mori HessTrying 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 HessThe big kernel lock was never held during read() or...
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 HessWe 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 HessTrying to fix bug #265, where ao channels seem to get...
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...
next