summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/usbdux.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringb...Bernd 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