aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2013-01-07staging: comedi: prevent auto-unconfig of manually configured devicesIan Abbott
2012-11-27staging: comedi: remove unnecessary '#define __NO_VERSION__'H Hartley Sweeten
2012-11-14staging: comedi: check data length for INSN_CONFIG_DIGITAL_TRIGIan Abbott
2012-09-21staging: comedi: fix memory leak for saved channel listIan Abbott
2012-09-19staging: comedi: don't dereference user memory for INSN_INTTRIGIan Abbott
2012-09-19staging: comedi: fix sparse warning in do_devconfig_ioctl()Ian Abbott
2012-09-19staging: comedi: comedi_fops: cast the cmd->chanlist to the correct address s...H Hartley Sweeten
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmdtest_ioctlH Hartley Sweeten
2012-09-19staging: comedi: comedi_fops: rename user_cmd in do_cmd_ioctlH Hartley Sweeten
2012-09-19staging: comedi: comedi_fops: rename the __user *cmd param in do_cmd_ioctlH Hartley Sweeten
2012-09-17staging: comedi: comedi_fops: make internal function staticH Hartley Sweeten
2012-09-05staging: comedi: comedi_fops: remove subdevice pointer mathH Hartley Sweeten
2012-08-16staging: comedi: replace printk calls in comedi coreIan Abbott
2012-06-20staging: comedi: remove comedi_fops.hIan Abbott
2012-06-20staging: comedi: rename internal.h to comedi_internal.hIan Abbott
2012-06-20staging: comedi: make class and file operations staticIan Abbott
2012-06-11staging: comedi: refactor comedi_fops to remove most of the forward declarationsH Hartley Sweeten
2012-06-11staging: comedi: cleanup sysfs functionsH Hartley Sweeten
2012-05-14staging: comedi: register sysfs device attributes with driver coreH Hartley Sweeten
2012-05-09staging: comedi: refactor sysfs files in comedi_fops.cH Hartley Sweeten
2012-04-24drivers/staging/comedi/comedi_fops.c: add missing vfreeJulia Lawall
2012-04-18Drivers: Staging: Comedi: comedi_fops: Fixed a code style issueBenedikt Bergenthal
2012-04-13staging: comedi: Add kernel config for default buffer sizesIan Abbott
2012-04-13staging: comedi: Add module parameters for default buffer sizeIan Abbott
2012-04-10staging: comedi: don't hijack hardware device private dataIan Abbott
2012-04-10staging: comedi: don't disable IRQ for comedi_file_info_table_lockIan Abbott
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-16staging: comedi_fops.c whitespace fixesFlorian Schmaus
2011-12-09Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman
2011-12-08staging: comedi: comedi_fops: Removed int overflow checkFlorian Schmaus
2011-12-08staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouintFlorian Schmaus
2011-11-28Staging: comedi: fix integer overflow in do_insnlist_ioctl()Xi Wang
2011-11-28Revert "Staging: comedi: integer overflow in do_insnlist_ioctl()"Greg Kroah-Hartman
2011-11-26Staging: comedi: integer overflow in do_insnlist_ioctl()Dan Carpenter
2011-11-26Staging: comedi: fix signal handling in read and writeFederico Vaga
2011-11-26Staging: comedi: fix mmap_countFederico Vaga
2011-11-26staging: comedi: fix oops for USB DAQ devices.Bernd Porr
2011-08-23Staging: comedi: Fixed coding style issues.Mark Pearson
2011-07-06staging: comedi: remove COMEDI_DEVICE_CREATE macro, expand all callersPavel Roskin
2011-07-05staging: comedi: fix infoleak to userspaceVasiliy Kulikov
2011-06-28staging: remove unnecessary codeGreg Dietsche
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-21staging: comedi: Make INSN_BITS behavior consistent across driversIan Abbott
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-05staging: comedi: check return code of put_userVasiliy Kulikov
2010-06-17Staging: comedi: Allow 'open' driver method to failIan Abbott
2010-06-04Staging: comedi: For COMEDI_BUFINFO, check access to commandIan Abbott
2010-06-04Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or writtenIan Abbott
2010-06-04Staging: comedi: don't write to buffer if command finishedIan Abbott