aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-1/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-05staging: comedi: check return code of put_userVasiliy Kulikov1-1/+2
2010-06-17Staging: comedi: Allow 'open' driver method to failIan Abbott1-2/+9
2010-06-04Staging: comedi: For COMEDI_BUFINFO, check access to commandIan Abbott1-3/+16
2010-06-04Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or writtenIan Abbott1-0/+2
2010-06-04Staging: comedi: don't write to buffer if command finishedIan Abbott1-10/+13
2010-05-14Staging: comedi: Fix long line lengths in comedi_fops.cMark1-15/+29
2010-05-11Staging: comedi: __user markup on comedi_fops.cGreg Kroah-Hartman1-59/+67
2010-05-11Staging: comedi: make comedi_free_board_minor local to comedi coreGreg Kroah-Hartman1-1/+0
2010-05-11Staging: comedi: make comedi_alloc_board_minor local to comedi coreGreg Kroah-Hartman1-2/+1
2010-05-11Staging: comedi: make comedi_set_subdevice_runflags() staticGreg Kroah-Hartman1-12/+11
2010-05-11Staging: comedi: rename check_chanlist to comedi_check_chanlistGreg Kroah-Hartman1-3/+3
2010-05-11Staging: comedi: more EXPORT_SYMBOL movementGreg Kroah-Hartman1-0/+8
2010-05-11Staging: comedi: added log level to printk's in comedi_fops.cMark Rankilor1-3/+5
2010-05-11Staging: comedi: fix whitespace coding style issues in comedi_fops.cPieter De Praetere1-19/+20
2010-03-04Staging: comedi: comedi_fops.c: Checkpatch cleanupAndrea Gelmini1-7/+5
2009-12-11Staging: comedi: remove check for HAVE_COMPAT_IOCTLShawn Bohrer1-6/+0
2009-12-11staging: comedi: Remove check for HAVE_UNLOCKED_IOCTLShawn Bohrer1-9/+0
2009-10-09Staging: comedi: Corrected type of a printk argument in resize_async_buffer().Ian Abbott1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-127/+151
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris1-4/+4
2009-06-19Staging: comedi: remove some RT code that lingeredGreg Kroah-Hartman1-17/+8
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-25/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-19/+18
2009-06-19Staging: comedi: Added sysfs attribute files for setting and querying subdevice buffer sizes.Frank Mori Hess1-39/+379
2009-04-03Staging: comedi: Remove comedi_bufinfo typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_bufconfig typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_devinfo typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_subdinfo typedefBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove comedi_chaninfo typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove comedi_insnlist typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-6/+6
2009-04-03Staging: comedi: Remove device_create_result_type typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_async typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-29/+29
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-54/+54
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-13/+13
2009-04-03Staging: comedi: comedi_open: Fix null pointer dereference.Ian Abbott1-1/+2
2009-04-03Staging: comedi: newer gcc warning fixesIan Abbott1-3/+1
2009-04-03Staging: comedi: fix bug with invalid minor number usage.Frank Mori Hess1-1/+5
2009-04-03Staging: comedi: Added some validation of comedi module parameter values.Frank Mori Hess1-0/+16
2009-04-03Staging: comedi: Fixed minor numbers for subdevice files.Frank Mori Hess1-1/+1
2009-04-03Staging: comedi: add comedi_num_legacy_minors module parameterBernd Porr1-2/+5
2009-04-03Staging: comedi: Add a module parameter 'comedi_autoconfig'.Ian Abbott1-0/+3
2009-01-06Staging: comedi: fix checkpatch.pl errors in comedi_fops.cGreg Kroah-Hartman1-265/+263
2009-01-06Staging: add comedi coreDavid Schleef1-0/+2246