summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten2012-11-271-1/+0Star
* staging: comedi: check data length for INSN_CONFIG_DIGITAL_TRIGIan Abbott2012-11-151-0/+4
* staging: comedi: fix memory leak for saved channel listIan Abbott2012-09-211-1/+2
* staging: comedi: don't dereference user memory for INSN_INTTRIGIan Abbott2012-09-191-1/+1
* staging: comedi: fix sparse warning in do_devconfig_ioctl()Ian Abbott2012-09-191-1/+2
* staging: comedi: comedi_fops: cast the cmd->chanlist to the correct address s...H Hartley Sweeten2012-09-191-8/+8
* staging: comedi: comedi_fops: rename user_cmd in do_cmdtest_ioctlH Hartley Sweeten2012-09-191-19/+19
* staging: comedi: comedi_fops: rename user_cmd in do_cmd_ioctlH Hartley Sweeten2012-09-191-18/+18
* staging: comedi: comedi_fops: rename the __user *cmd param in do_cmd_ioctlH Hartley Sweeten2012-09-191-3/+3
* staging: comedi: comedi_fops: make internal function staticH Hartley Sweeten2012-09-181-1/+2
* staging: comedi: comedi_fops: remove subdevice pointer mathH Hartley Sweeten2012-09-061-14/+14
* staging: comedi: replace printk calls in comedi coreIan Abbott2012-08-161-23/+14Star
* staging: comedi: remove comedi_fops.hIan Abbott2012-06-201-1/+0Star
* staging: comedi: rename internal.h to comedi_internal.hIan Abbott2012-06-201-1/+1
* staging: comedi: make class and file operations staticIan Abbott2012-06-201-2/+2
* staging: comedi: refactor comedi_fops to remove most of the forward declarationsH Hartley Sweeten2012-06-121-122/+92Star
* staging: comedi: cleanup sysfs functionsH Hartley Sweeten2012-06-121-134/+76Star
* staging: comedi: register sysfs device attributes with driver coreH Hartley Sweeten2012-05-141-40/+12Star
* staging: comedi: refactor sysfs files in comedi_fops.cH Hartley Sweeten2012-05-091-365/+294Star
* drivers/staging/comedi/comedi_fops.c: add missing vfreeJulia Lawall2012-04-241-1/+1
* Drivers: Staging: Comedi: comedi_fops: Fixed a code style issueBenedikt Bergenthal2012-04-191-1/+1
* staging: comedi: Add kernel config for default buffer sizesIan Abbott2012-04-131-7/+5Star
* staging: comedi: Add module parameters for default buffer sizeIan Abbott2012-04-131-3/+26
* staging: comedi: don't hijack hardware device private dataIan Abbott2012-04-101-0/+18
* staging: comedi: don't disable IRQ for comedi_file_info_table_lockIan Abbott2012-04-101-15/+10Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* staging: comedi_fops.c whitespace fixesFlorian Schmaus2011-12-161-12/+12
* Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman2011-12-101-31/+31
|\
| * staging: comedi: comedi_fops: Removed int overflow checkFlorian Schmaus2011-12-091-19/+11Star
| * staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouintFlorian Schmaus2011-12-091-12/+20
* | Staging: comedi: fix integer overflow in do_insnlist_ioctl()Xi Wang2011-11-271-1/+1
* | Revert "Staging: comedi: integer overflow in do_insnlist_ioctl()"Greg Kroah-Hartman2011-11-271-5/+0Star
* | Staging: comedi: integer overflow in do_insnlist_ioctl()Dan Carpenter2011-11-271-0/+5
* | Staging: comedi: fix signal handling in read and writeFederico Vaga2011-11-271-2/+2
* | Staging: comedi: fix mmap_countFederico Vaga2011-11-271-2/+17
* | staging: comedi: fix oops for USB DAQ devices.Bernd Porr2011-11-271-18/+53
|/
* Staging: comedi: Fixed coding style issues.Mark Pearson2011-08-231-1/+1
* staging: comedi: remove COMEDI_DEVICE_CREATE macro, expand all callersPavel Roskin2011-07-061-7/+5Star
* staging: comedi: fix infoleak to userspaceVasiliy Kulikov2011-07-051-2/+2
* staging: remove unnecessary codeGreg Dietsche2011-06-281-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* staging: comedi: Make INSN_BITS behavior consistent across driversIan Abbott2011-01-211-2/+21
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-1/+2
|\
| * staging: comedi: check return code of put_userVasiliy Kulikov2010-09-061-1/+2
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* Staging: comedi: Allow 'open' driver method to failIan Abbott2010-06-171-2/+9
* Staging: comedi: For COMEDI_BUFINFO, check access to commandIan Abbott2010-06-041-3/+16
* Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or writtenIan Abbott2010-06-041-0/+2
* Staging: comedi: don't write to buffer if command finishedIan Abbott2010-06-041-10/+13
* Staging: comedi: Fix long line lengths in comedi_fops.cMark2010-05-141-15/+29