A colon in the description confused one of the scripts down the line in comedilib.
[comedi.git] / comedi / drivers / usbdux.c
2012-05-13 Bernd PorrA colon in the description confused one of the scripts...
2012-05-13 Bernd PorrChanged the headers of usbdux, usbduxfast and usbduxsigma
2012-05-11 Ian Abbottusbdux, usbduxfast, usbduxsigma: Drop the '.o' in modul...
2011-12-15 Ian Abbottusbdux: don't access *data when insn->n == 0
2011-11-30 Ian Abbottusbdux: unlock on error in usbdux_ao_inttrig()
2011-05-13 Ian Abbottcomedi: Removal of <linux/smp_lock.h>
2010-11-15 Ian AbbottFix memory leak spotted by Nicolas Kaiser in the stagin...
2010-07-26 Ian Abbottdt9812, usbdux, usbduxfast: Use mutex instead of semaphore.
2010-03-15 Ian AbbottPrototype of request_firmware_nowait() changed in 2...
2009-11-26 Bernd PorrJan-Matthias Braun spotted the problem that once the...
2009-11-17 Bernd PorrFixed an issue with jiffies vs miliseconds for the...
2009-05-24 Bernd Porradded code of buffer overflow. The async acquision...
2009-04-06 Frank Mori HessFixed some compiler warnings due to const-ness problems.
2009-04-01 Ian AbbottChanges for 2.6.29 kernel. info() removed from <linux...
2008-12-08 Bernd PorrAs suggested the legacy device count is set to zero...
2008-03-28 Frank Mori HessChanged INSN_GET_PWM_STATUS to INSN_CONFIG_GET_PWM_STATUS.
2008-02-05 Bernd Porrforgotten to uncomment the debug macro. Soooory.
2008-02-05 Bernd PorrSilly mistake in the frequency setting. Sent out the...
2008-01-13 Bernd PorrAdded a proper PWM subdevice for comedi.
2007-11-25 Bernd PorrAdded PWM to the USBDUX. Also moved any synchronous...
2007-11-04 Frank Mori HessApplied comedi_indent script to all source files.
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-08-06 Ian AbbottStripped file extension from 'Driver:' line. Most...
2007-07-27 Frank Mori HessGot rid of useless 3rd parameter of comedi_event().
2007-07-27 Ian AbbottConstified ranges, board structures, and miscellaneous...
2007-07-23 Ian AbbottHandle removal of struct pt_regs * in 2.6.19 in same...
2006-12-04 Bernd PorrFrom 2.6.19 the pointer to the completion function...
2006-11-15 Frank Mori HessAdded support for generating a seperate device file...
2006-06-11 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott) which ports...
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
2005-04-13 Bernd PorrFixed a bug which uploaded the firmware always to the...
2005-03-17 Frank Mori Hessadd support for uploading firmware on 64 bit arches...
2005-03-06 Frank Mori Hessfixed "cast as lvalue" compiler warning
2005-03-06 Frank Mori Hessadd support for new INSN_CONFIG_DIO_QUERY
2005-02-17 Frank Mori Hessadd missing include for likely/unlikely
2005-01-04 Bernd PorrMinor changes. Tested with 2.6.10.
2005-01-03 Bernd PorrFrom kernel version 2.6.10 the function usb_kill_urb...
2004-09-05 Bernd PorrTypo in the synchonous out command: in case of an error the
2004-08-18 Bernd PorrThe submission of the bulk transfers can be delayed...
2004-08-01 Frank Mori Hessupdated usbdux driver from Bernd Porr
2004-04-21 Frank Mori Hessfixes for 64bit archs
2004-03-20 Frank Mori Hessusbdux driver update from Bernd Porr:
2004-02-27 Frank Mori Hessfix version check for 'owner' member of usb_driver
2004-01-31 Frank Mori Hessupdate to usbdux driver from Bernd Porr who says:
2004-01-24 Frank Mori Hessupdate from Bernd Porr
2003-12-21 Frank Mori Hessmoved some 2.4/2.6 compatibility stuff into comedi...
2003-12-21 Frank Mori Hessupdate from bernd porr
2003-12-06 Frank Mori Hessinclude linux/version.h before trying to check LINUX_VE...
2003-11-30 Frank Mori Hessadded usbdux driver