aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski7-12/+1
2009-11-28pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski3-3/+3
2009-11-28pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm3-3/+3
2009-11-09pcmcia/staging: update comedi driversDominik Brodowski7-1035/+424
2009-10-14Staging: comedi: fix sched.h build breakageGreg Kroah-Hartman3-0/+3
2009-10-09Staging: comedi: fix build on arches that don't want comedi driversGreg Kroah-Hartman1-1/+1
2009-10-09Staging: comedi: pcmcia irq fixesFrank Mori Hess6-6/+6
2009-10-09Staging: comedi: ni_pcimio: Added device id for pxi-6225.Frank Mori Hess1-1/+21
2009-10-09Staging: comedi: ni_65xx.c: fix output inversion problem.Ian Abbott1-0/+6
2009-10-09Staging: comedi: ni_65xx.c: fix insn_bits shift calculation.Ian Abbott1-3/+3
2009-10-09Staging: comedi: s526: fixes for pulse generatorIan Abbott1-31/+19
2009-10-09Staging: comedi: s526: Take account of arch's byte order.Ian Abbott1-0/+17
2009-10-09Staging: comedi: s526: Get rid of global variable 'cmReg'.Ian Abbott1-2/+5
2009-10-09Staging: comedi: s526: Fix number of channels on DIO subdeviceIan Abbott1-15/+20
2009-10-09Staging: comedi: cb_pcidio: fix "section mismatch" errorIan Abbott1-2/+6
2009-10-09Staging: comedi: jr3_pci: Initialize transf variable fully in jr3_pci_poll_subdevice().Ian Abbott1-12/+6
2009-10-09Staging: comedi: Corrected type of a printk argument in resize_async_buffer().Ian Abbott1-1/+1
2009-10-09Staging: comedi: serial2002: fix include build issueGreg Kroah-Hartman1-0/+1
2009-09-15Staging: comedi: addi-data: NULL dereference of amcc in v_pci_card_list_init()Roel Kluin2-0/+6
2009-09-15Staging: comedi: apci3200: fix test of ui_DelayTime range in i_APCI3200_CommandTestAnalogInput()Roel Kluin1-1/+1
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov12-13/+12
2009-09-15Staging: comedi: s626: Possible read buffer overflow fixRoel Kluin1-1/+2
2009-09-15Staging: comedi: Remove references to dead EXPORT_SYMTABRobert P. J. Day2-7/+0
2009-09-15Staging: comedi: no need for checking vfree callFigo.zhang1-3/+2
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral133-12927/+14808
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris1-4/+4
2009-07-12Staging: comedi: s626: use subvendor:subdevice ids for SAA7146 boardHerton Ronaldo Krzesinski1-15/+20
2009-07-12Staging: comedi: jr3_pci.c: add required includesAlexander Beregalov1-0/+2
2009-06-19Staging: comedi: fix build errorsGreg Kroah-Hartman1-0/+1
2009-06-19Staging: fix operator precedence errorsRoel Kluin1-1/+1
2009-06-19Staging: comedi: uses udelay, needs delay.hRandy Dunlap1-0/+1
2009-06-19Staging: comedi: cb_pcidas.c: Fix build warning (type mismatch)Gerard Lledo1-1/+1
2009-06-19Staging: comedi: usbdux: buffer overflow error handlingBernd Porr2-8/+18
2009-06-19staging: comedi: Move pcm do_cmdtest function into a single source fileBill Pemberton5-202/+124
2009-06-19staging: comedi: Remove MIN macroBill Pemberton3-6/+2
2009-06-19staging: comedi: fix missing parenthesesRoel Kluin1-2/+2
2009-06-19Staging: comedi: data.c should include delay.hAlexander Beregalov1-0/+1
2009-06-19Staging: comedi: comedi_test.c should include timer.hAlexander Beregalov1-0/+1
2009-06-19staging: comedi: fix pcmcia build breakageGreg Kroah-Hartman1-2/+2
2009-06-19Staging: Comedi: vmk80xx: Add k8061 supportManuel Gebele1-786/+1069
2009-06-19Staging: comedi: simply read and write functions in adl_pci8164Bill Pemberton1-199/+46
2009-06-19Staging: comedi: replace for loop with msleep()Bill Pemberton2-2/+2
2009-06-19Staging: comedi: remove some RT code that lingeredGreg Kroah-Hartman6-42/+24
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman48-1495/+38
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman86-1061/+1026
2009-06-19Staging: comedi: convert usbdux* to use firmware_requestBernd Porr2-285/+81
2009-06-19Staging: comedi: move while to same line as } in do loopsBill Pemberton6-45/+25
2009-06-19Staging: comedi: comment out useless ifBill Pemberton1-2/+4
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton40-67/+43
2009-06-19Staging: comedi: more fix the way structs are initialized.Bill Pemberton2-141/+141