aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbdux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03Staging: comedi: usbdux: don't initialize semaphores on initMariusz Kozlowski1-12/+0
2009-04-03Staging: comedi: usbdux: remove .bss variable initializationMariusz Kozlowski1-3/+1
2009-04-03Staging: comedi: usbdux[fast] firmware upload changesBernd Porr1-68/+100
2009-04-03Staging: comedi: introduce missing kfreeJulia Lawall1-1/+5
2009-01-06Staging: comedi: usbdux: remove comedi usb wrappersGreg Kroah-Hartman1-41/+40
2009-01-06Staging: comedi: usbdux: remove typedefGreg Kroah-Hartman1-49/+50
2009-01-06Staging: comedi: usbdux: remove checkpatch.pl warningsGreg Kroah-Hartman1-86/+115
2009-01-06Staging: comedi: usbdux: fix up printk callsGreg Kroah-Hartman1-287/+287
2009-01-06Staging: comedi: usbdux: remove // commentsGreg Kroah-Hartman1-349/+364
2009-01-06Staging: comedi: usbdux: code style cleanupsGreg Kroah-Hartman1-237/+221
2009-01-06Staging: comedi: usbdux: remove kernel version checksGreg Kroah-Hartman1-80/+3
2009-01-06Staging: comedi: add usb usbdux driverBernd Porr1-0/+2981