comedi.git
2005-04-05 David SchleefRemove linux/irq.h. It should be asm/irq.h, which...
2005-04-03 David SchleefUse -i and -f flags r0_7_70
2005-04-02 David SchleefFix drivers.txt target
2005-04-02 David SchleefUse autoreconf. Add files
2005-04-02 David SchleefChange the way files are disted. Remove all the crap...
2005-04-01 David SchleefDocumentation fixes
2005-04-01 David Schleefversion bump
2005-04-01 David SchleefMake distcheck work. Add LINUX_MODULE_STYLE to indicat...
2005-03-29 Frank Mori... fix compile warning, and initialize both tio chips
2005-03-29 Frank Mori... patch from Klaas Gadeyne <Klaas.Gadeyne@mech.kuleuven...
2005-03-22 Frank Mori... check for CAP_SYS_MODULE instead of CAP_SYS_ADMIN in...
2005-03-19 Frank Mori... add mention of comedi_nonfree_firmware tarball
2005-03-19 Frank Mori... allow schedules() during firmware upload
2005-03-18 Frank Mori... add support for loading firmware into main fpga and...
2005-03-17 Frank Mori... add support for uploading firmware on 64 bit arches...
2005-03-17 Frank Mori... add SDF_DITHER flag to analog input subdevice
2005-03-16 Frank Mori... fix version check for remap_pfn_range() compatibility
2005-03-15 Frank Mori... replace remap_page_range with remap_pfn_range
2005-03-13 Frank Mori... move check of s->busy after aquisition of big_comedi_lo...
2005-03-12 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-03-08 Frank Mori... new driver from abbotti@mev.co.uk (Ian Abbott):
2005-03-07 Frank Mori... fix compile error
2005-03-07 Frank Mori... use 8255 driver for 8255 subdevice
2005-03-06 Frank Mori... fixed "cast as lvalue" compiler warning
2005-03-06 Frank Mori... add support for new INSN_CONFIG_DIO_QUERY
2005-03-06 Frank Mori... move some checks for length of data[] in configuration...
2005-03-06 Frank Mori... add id for INSN_CONFIG_DIO_QUERY for querying configura...
2005-03-06 Frank Mori... at least now i know why the 6534 doesn't work
2005-03-03 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-03-03 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-03-03 Frank Mori... updated documentation: firmware cannot be compiled...
2005-03-01 Frank Mori... pci-6534 does not work
2005-02-28 Frank Mori... 6035 only has 12 bit analog output resolution, despite...
2005-02-28 Frank Mori... 6034 and 6035 don't have 8255 chips
2005-02-28 Frank Mori... compile fix for gcc 2.95 from al14@inf.tu-dresden.de...
2005-02-28 Frank Mori... don't use deprecated pci_find_subsys(), replace with...
2005-02-28 Frank Mori... implementation of pci_find_subsys for old kernels from...
2005-02-27 Frank Mori... patch from abbotti@mev.co.uk (Ian Abbott):
2005-02-27 Frank Mori... patch from emmanuel.pacaud@univ-poitiers.fr (Emmanuel...
2005-02-27 Frank Mori... need to change things around a little to prevent asm...
2005-02-27 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-27 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-27 Frank Mori... patch from Ian Abbot <abbotti@mev.co.uk>:
2005-02-27 Bernd PorrRemoved a buffer overflow routine again. The buffer...
2005-02-21 Frank Mori... replace 0x10000 with max_count constant, and handle...
2005-02-21 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-17 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-17 Frank Mori... new driver from Ian Abbott <abbotti@mev.co.uk>
2005-02-17 Frank Mori... inew compatibility header from Ian Abbott <abbotti...
2005-02-17 Frank Mori... add missing include for likely/unlikely
2005-02-17 Frank Mori... new compatibility header from Ian Abbott <abbotti@mev...
2005-02-17 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-17 Frank Mori... patch from Emmanuel PACAUD <emmanuel.pacaud@univ-poitie...
2005-02-09 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>:
2005-02-07 Bernd PorrAdded proper insn command with a sampling rate of 1MHz/16.
2005-02-06 Frank Mori... fix license header (comedilib is lgpl)
2005-02-06 Frank Mori... force read from channel 0 when CR_ALT_SRC is set in...
2005-02-05 Frank Mori... fix pcmcia_driver.drv.name
2005-02-05 Frank Mori... fix for need_resched from Ian Abbott <abbotti@mev.co...
2005-02-03 Frank Mori... enable burst mode dma transfers on mite
2005-01-25 Frank Mori... patch from Ian Abbott <abbotti@mev.co.uk>, who says:
2005-01-25 Frank Mori... fix rounding error in bytes_per_scan() for dio subdevic...
2005-01-23 Frank Mori... rename some members of bufinfo struct to make output...
2005-01-22 Frank Mori... got rid of pci_for_each_dev macro (which no longer...
2005-01-22 Frank Mori... alphabetized contributors
2005-01-14 Frank Mori... fix for cmdtest check of start_arg, from Ian Abbott...
2005-01-14 Frank Mori... fix for gcc3.4 compile error from Ian Abbott <abbotti...
2005-01-13 Bernd PorrRemoved a transfer flag which gave a compilation error...
2005-01-04 Frank Mori... get rid of KILL_FASYNC define, since it is already...
2005-01-04 Bernd PorrTested with 2.6.10. Introduced min sampling rate which...
2005-01-04 Bernd PorrMinor changes. Tested with 2.6.10.
2005-01-04 Bernd PorrCompilation aborted because the makefile wasn't able...
2005-01-03 Frank Mori... fix rtlinux compile
2005-01-03 Bernd PorrFrom kernel version 2.6.10 the function usb_kill_urb...
2005-01-03 Bernd PorrSwitched from iso transfer to bulk transfer. ISO is...
2004-12-29 Frank Mori... compatibility functions so udev support compiles on...
2004-12-29 Frank Mori... handle errors when trying to get kernel flags
2004-12-29 Frank Mori... make lack of .hdepend in kernel dir a warning instead...
2004-12-29 Frank Mori... add support for udev
2004-12-29 Frank Mori... generate overflow events when ai fifo overflows with...
2004-12-29 Frank Mori... Fixed bugs reported by csp@andrew.cmu.edu. The bug...
2004-12-13 Frank Mori... make single-scan ai commands work
2004-12-13 Frank Mori... fix "Devices:" comment field
2004-12-13 Frank Mori... enhancement from YEOW NGEE SOON <nsyeow@pd.jaring.my>:
2004-12-13 Frank Mori... new driver from YEOW NGEE SOON <nsyeow@pd.jaring.my>
2004-12-08 Frank Mori... fix for pcmcia fifo-half-full interrupt problems from
2004-12-04 Frank Mori... make autogen.sh work with automake1.9
2004-11-30 Frank Mori... added new drivers from José Luis Sánchez (jsanchezv...
2004-11-20 Frank Mori... sort devices.txt
2004-11-20 Frank Mori... some comment fixes to make Devices.txt get generated...
2004-11-14 Bernd Porrcmd is now dumping the first 5 packets. They are usuall...
2004-11-11 Bernd PorrThe memory allocation flag GFP_KERNEL is not permissibl...
2004-11-09 Bernd PorrCommented out the USB ID for testing purposes and added...
2004-10-31 Bernd PorrAdded the usbduxfast driver.
2004-10-31 Bernd PorrInitial version of the new usbduxfast driver. Tested...
2004-10-26 Frank Mori... Remove bogus scan_end_src. By the way, the last log...
2004-10-26 Frank Mori... added Brent Ledvina
2004-10-26 Frank Mori... Support for externally triggered input commands from...
2004-10-17 Frank Mori... Added Steve Sharples
2004-10-17 Frank Mori... Enhancement from Steve Sharples:
next