aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbdux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-16staging: comedi: usbdux: Declare MODULE_FIRMWARE usageTim Gardner1-1/+3
2012-06-20staging: comedi: usbdux: refactor init codeH Hartley Sweeten1-249/+239
2012-06-20staging: comedi: usbdux: use module_comedi_usb_driver()H Hartley Sweeten1-36/+14
2012-06-18staging: comedi: fix return value for insn_bits functionsH Hartley Sweeten1-1/+1
2012-06-18staging: comedi: remove unneeded sanity check in insn_bits functionsH Hartley Sweeten1-3/+0
2012-06-12staging: comedi: propogate error code from comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-06-12staging: comedi: remove the "Allocate the subdevice..." commentsH Hartley Sweeten1-1/+0
2012-06-12staging: comedi: remove the comed_alloc_subdevices "allocation failed" messagesH Hartley Sweeten1-2/+0
2012-06-12staging: comedi: only set dev->n_subdevices when kcalloc succeedesH Hartley Sweeten1-3/+4
2012-06-12staging: comedi: export alloc_subdevices as comedi_alloc_subdevicesH Hartley Sweeten1-1/+1
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-27/+8
2012-04-10staging: comedi: usbdux: remove an unnecessary dev_info()Ian Abbott1-4/+0
2012-04-10staging: comedi: usbdux: use attach_usb() hookIan Abbott1-34/+76
2012-04-10staging: comedi: pass usb interface to comedi_usb_auto_configIan Abbott1-5/+5
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+3
2011-07-05Staging: comedi: usbdux: release locks on error pathsDan Carpenter1-0/+2
2011-06-28staging: remove unnecessary codeGreg Dietsche1-4/+1
2011-04-25staging: comedi: fix a typoWeiping Pan(潘卫平)1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-11/+11
2011-03-14staging: comedi: Remove NULL check before kfreeIlia Mirkin1-6/+2
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2010-11-16staging: comedi: fix memory leakNicolas Kaiser1-2/+2
2010-11-16staging: comedi: fix typo in error messageNicolas Kaiser1-1/+1
2010-10-30staging: Final semaphore cleanupThomas Gleixner1-2/+2
2010-09-16staging: comedi: fix signess bugVasiliy Kulikov1-1/+1
2010-07-22Staging: fix typos concerning "address"Uwe Kleine-König1-1/+1
2010-06-22staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-04Staging: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+1
2010-05-17Staging: Use kmemdupJulia Lawall1-2/+1
2010-05-11Staging: comedi: Fix bug and coding style issue in usbdux.cMorgan Gatti1-5/+5
2010-03-03Staging: Cleanup useless headersAlessio Igor Bogani1-1/+0
2010-03-03staging: fix typos "aquire" -> "acquire"Uwe Kleine-König1-1/+1
2010-03-03staging: make USB device id constantNémeth Márton1-1/+1
2009-12-23Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringbuffer runs emptyBernd Porr1-1/+4
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-10/+11
2009-12-11Staging: comedi: fix usbdux timeout bugBernd Porr1-8/+9
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-2/+2
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg1-1/+4
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-128/+140
2009-06-19Staging: comedi: usbdux: buffer overflow error handlingBernd Porr1-5/+10
2009-06-19Staging: comedi: convert usbdux* to use firmware_requestBernd Porr1-134/+32
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-11/+11
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-27/+27
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-29/+29
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-16/+16
2009-04-03Staging: comedi: usbdux: annotate __init and __exit functionsMariusz Kozlowski1-2/+2