aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21staging: comedi: fix memory leak for saved channel listIan Abbott1-1/+2
2012-09-19staging: comedi: don't dereference user memory for INSN_INTTRIGIan Abbott1-1/+1
2012-09-19staging: comedi: fix sparse warning in do_devconfig_ioctl()Ian Abbott1-1/+2
2012-09-19staging: comedi: comedi_fops: cast the cmd->chanlist to the correct address spaceH Hartley Sweeten1-8/+8
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmdtest_ioctlH Hartley Sweeten1-19/+19
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmd_ioctlH Hartley Sweeten1-18/+18
2012-09-19staging: comedi: comedi_fops: rename the __user *cmd param in do_cmd_ioctlH Hartley Sweeten1-3/+3
2012-09-17staging: comedi: comedi_fops: make internal function staticH Hartley Sweeten1-1/+2
2012-09-05staging: comedi: comedi_fops: remove subdevice pointer mathH Hartley Sweeten1-14/+14
2012-08-16staging: comedi: replace printk calls in comedi coreIan Abbott1-23/+14
2012-06-20staging: comedi: remove comedi_fops.hIan Abbott1-1/+0
2012-06-20staging: comedi: rename internal.h to comedi_internal.hIan Abbott1-1/+1
2012-06-20staging: comedi: make class and file operations staticIan Abbott1-2/+2
2012-06-11staging: comedi: refactor comedi_fops to remove most of the forward declarationsH Hartley Sweeten1-122/+92
2012-06-11staging: comedi: cleanup sysfs functionsH Hartley Sweeten1-134/+76
2012-05-14staging: comedi: register sysfs device attributes with driver coreH Hartley Sweeten1-40/+12
2012-05-09staging: comedi: refactor sysfs files in comedi_fops.cH Hartley Sweeten1-365/+294
2012-04-24drivers/staging/comedi/comedi_fops.c: add missing vfreeJulia Lawall1-1/+1
2012-04-18Drivers: Staging: Comedi: comedi_fops: Fixed a code style issueBenedikt Bergenthal1-1/+1
2012-04-13staging: comedi: Add kernel config for default buffer sizesIan Abbott1-7/+5
2012-04-13staging: comedi: Add module parameters for default buffer sizeIan Abbott1-3/+26
2012-04-10staging: comedi: don't hijack hardware device private dataIan Abbott1-0/+18
2012-04-10staging: comedi: don't disable IRQ for comedi_file_info_table_lockIan Abbott1-15/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-16staging: comedi_fops.c whitespace fixesFlorian Schmaus1-12/+12
2011-12-09Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman1-31/+31
2011-12-08staging: comedi: comedi_fops: Removed int overflow checkFlorian Schmaus1-19/+11
2011-12-08staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouintFlorian Schmaus1-12/+20
2011-11-28Staging: comedi: fix integer overflow in do_insnlist_ioctl()Xi Wang1-1/+1
2011-11-28Revert "Staging: comedi: integer overflow in do_insnlist_ioctl()"Greg Kroah-Hartman1-5/+0
2011-11-26Staging: comedi: integer overflow in do_insnlist_ioctl()Dan Carpenter1-0/+5
2011-11-26Staging: comedi: fix signal handling in read and writeFederico Vaga1-2/+2
2011-11-26Staging: comedi: fix mmap_countFederico Vaga1-2/+17
2011-11-26staging: comedi: fix oops for USB DAQ devices.Bernd Porr1-18/+53
2011-08-23Staging: comedi: Fixed coding style issues.Mark Pearson1-1/+1
2011-07-06staging: comedi: remove COMEDI_DEVICE_CREATE macro, expand all callersPavel Roskin1-7/+5
2011-07-05staging: comedi: fix infoleak to userspaceVasiliy Kulikov1-2/+2
2011-06-28staging: remove unnecessary codeGreg Dietsche1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-21staging: comedi: Make INSN_BITS behavior consistent across driversIan Abbott1-2/+21
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