aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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