aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/usbduxfast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-16staging: comedi: usbduxfast: Declare MODULE_FIRMWARE usageTim Gardner1-1/+3
2012-06-20staging: comedi: usbduxfast: refactor init codeH Hartley Sweeten1-174/+157
2012-06-20staging: comedi: usbduxfast: use module_comedi_usb_driver()H Hartley Sweeten1-42/+15
2012-06-18staging: comedi: usbduxfast: use attach_usb() hookIan Abbott1-54/+79
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-9/+1
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-35/+11
2012-05-01Staging: comedi: fix line over 80 character issue in usbduxfast.cRavishankar Karkala Mallikarjunayya1-17/+20
2012-04-10staging: comedi: pass usb interface to comedi_usb_auto_configIan Abbott1-4/+4
2012-04-10staging: comedi: pass 'struct comedi_driver *' to comedi_..._auto_configIan Abbott1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2010-10-30staging: Final semaphore cleanupThomas Gleixner1-2/+2
2010-07-22Staging: fix typos concerning "address"Uwe Kleine-König1-1/+1
2010-05-17Staging: Use kmemdupJulia Lawall1-2/+1
2010-05-11Staging: comedi: usbduxfast.c: mark a function staticGreg Kroah-Hartman1-1/+1
2010-05-11Staging: comedi: fix comments over 80 issue in usbduxfast.cStewart Robertson1-19/+25
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-11firmware_class: make request_firmware_nowait more usefulJohannes Berg1-1/+4
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-231/+228
2009-06-19Staging: comedi: usbdux: buffer overflow error handlingBernd Porr1-3/+8
2009-06-19Staging: comedi: convert usbdux* to use firmware_requestBernd Porr1-151/+49
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-1/+1
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-7/+7
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-1/+1
2009-04-03Staging: comedi: usbduxfast: balance semaphores up/down in attach error pathMariusz Kozlowski1-0/+1
2009-04-03Staging: comedi: usbduxfast: don't initialize semaphores on initMariusz Kozlowski1-18/+0
2009-04-03Staging: comedi: usbduxfast: remove .bss variable initializationMariusz Kozlowski1-4/+1
2009-04-03Staging: comedi: usbduxfast: fix run-time errorBernd Porr1-2/+1
2009-04-03Staging: comedi: usbdux[fast] firmware upload changesBernd Porr1-16/+53
2009-04-03Staging: comedi: usbduxfast bugfixFrank Mori Hess1-1/+1
2009-04-03Staging: comedi: usbduxfast: annotate __init and __exit functionsMariusz Kozlowski1-3/+3
2009-04-03Staging: comedi: usbduxfast: fix checkpatch issues plus some style cleanups etc.Mariusz Kozlowski1-866/+1026
2009-04-03Staging: comedi: usbduxfast: add comedi debug to KconfigMariusz Kozlowski1-24/+22
2009-04-03Staging: comedi: usbduxfast: remove kernel version checksMariusz Kozlowski1-42/+4
2009-04-03Staging: comedi: Move a dereference below a NULL testJulia Lawall1-4/+4
2009-04-03Staging: comedi: introduce missing kfreeJulia Lawall1-1/+5
2009-01-06Staging: comedi: usbduxfast: remove comedi usb wrappersGreg Kroah-Hartman1-32/+31
2009-01-06Staging: comedi: add usb usbduxfast driverBernd Porr1-0/+1779