aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mousedev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-07-25Input: mousedev - fix implicit conversion warningNick Desaulniers1-28/+34
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe1-9/+2
2014-03-29Input: mousedev - fix race when creating mixed deviceDmitry Torokhov1-31/+42
2012-11-18Input: mousedev - move /dev/input/mice to the correct minorDmitry Torokhov1-2/+2
2012-10-22Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov1-2/+1
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-70/+62
2012-10-08Input: mousedev - mark mousedev interfaces as non-seekableDmitry Torokhov1-0/+1
2012-10-08Input: mousedev - rename mixdev_open to opened_by_mixdevDmitry Torokhov1-8/+8
2012-10-08Input: mousedev - reformat structure initializersDmitry Torokhov1-15/+15
2012-10-08Input: mousedev - factor out psaux code to reduce #ifdeferyDmitry Torokhov1-17/+30
2012-08-21Input: random formatting fixesBaodong Chen1-5/+4
2011-05-25Input: properly assign return value of clamp() macro.Hans Petter Selasky1-2/+2
2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet1-1/+0
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches1-4/+6
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2010-10-17Input: mousedev - correct lockdep annotationHitoshi Mitake1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-25Input: mousedev - fix regression of inverting axesChristoph Fritz1-4/+4
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-18/+26
2010-07-15Input: mousedev - signal that device is writable in mousedev_poll()Julien Moutinho1-2/+7
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-03-09Input: mousedev - remove BKLThadeu Lima de Souza Cascardo1-6/+0
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-05-11Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo1-6/+3
2009-03-16Rationalize fasync return valuesJonathan Corbet1-4/+1
2008-12-20Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2008-07-02mousedev: BKL pushdownArnd Bergmann1-2/+10
2008-04-01Input: make sure input interfaces pin parent input devicesDmitry Torokhov1-1/+2
2008-01-30Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov1-1/+1
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2008-01-17Input: mousedev - handle mice that use absolute coordinatesMicah Parrish1-0/+9
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-12/+14
2007-10-13Input: use full RCU APIDmitry Torokhov1-7/+4
2007-10-12Input: fix open count handling in input interfacesOliver Neukum1-1/+4
2007-08-30Input: mousedev - implement proper lockingDmitry Torokhov1-272/+470
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov1-110/+132
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2007-06-03Input: reduce raciness when input handlers disconnectDmitry Torokhov1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-177/+262
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-2/+2
2007-04-12Input: mousedev - fix sudden warps with touchpadsDmitry Torokhov1-25/+26
2007-04-12Input: handlers - handle errors from input_open_device()Dmitry Torokhov1-34/+80
2007-04-12Input: handlers - rename 'list' to 'client'Dmitry Torokhov1-115/+122
2007-04-12Input: rework handle creation codeDmitry Torokhov1-15/+46
2006-11-17Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLEMarton Nemeth1-1/+1