summaryrefslogtreecommitdiffstats
path: root/drivers/input/mousedev.c
Commit message (Expand)AuthorAgeFilesLines
* *: convert stream-like files -> stream_open, even if they use noop_llseekKirill Smelkov2019-07-141-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Input: mousedev - add a schedule point in mousedev_write()Eric Dumazet2018-10-051-0/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* Input: mousedev - fix implicit conversion warningNick Desaulniers2017-07-251-28/+34
* input: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-9/+2Star
* Input: mousedev - fix race when creating mixed deviceDmitry Torokhov2014-03-291-31/+42
* Input: mousedev - move /dev/input/mice to the correct minorDmitry Torokhov2012-11-191-2/+2
* Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov2012-10-221-2/+1Star
* Input: extend the number of event (and other) devicesDmitry Torokhov2012-10-081-70/+62Star
* Input: mousedev - mark mousedev interfaces as non-seekableDmitry Torokhov2012-10-081-0/+1
* Input: mousedev - rename mixdev_open to opened_by_mixdevDmitry Torokhov2012-10-081-8/+8
* Input: mousedev - reformat structure initializersDmitry Torokhov2012-10-081-15/+15
* Input: mousedev - factor out psaux code to reduce #ifdeferyDmitry Torokhov2012-10-081-17/+30
* Input: random formatting fixesBaodong Chen2012-08-221-5/+4Star
* Input: properly assign return value of clamp() macro.Hans Petter Selasky2011-05-251-2/+2
* Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-121-1/+0Star
* Input: use pr_fmt and pr_<level>Joe Perches2010-12-011-4/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-251-1/+1
|\
| * Input: mousedev - correct lockdep annotationHitoshi Mitake2010-10-181-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* Input: mousedev - fix regression of inverting axesChristoph Fritz2010-08-251-4/+4
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-031-18/+26
* Input: mousedev - signal that device is writable in mousedev_poll()Julien Moutinho2010-07-161-2/+7
* Input: change input handlers to use bool when possibleDmitry Torokhov2010-07-161-3/+3
* Input: mousedev - remove BKLThadeu Lima de Souza Cascardo2010-03-101-6/+0Star
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo2009-05-111-6/+3Star
* Rationalize fasync return valuesJonathan Corbet2009-03-161-4/+1Star
* Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov2008-12-201-1/+0Star
|\
| * saner FASYNC handling on file closeAl Viro2008-11-011-1/+0Star
* | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-301-2/+1Star
|/
* mousedev: BKL pushdownArnd Bergmann2008-07-021-2/+10
* Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-011-1/+2
* Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov2008-01-301-1/+1
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0Star
* Input: mousedev - handle mice that use absolute coordinatesMicah Parrish2008-01-171-0/+9
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-12/+14
* Input: use full RCU APIDmitry Torokhov2007-10-131-7/+4Star
* Input: fix open count handling in input interfacesOliver Neukum2007-10-121-1/+4
* Input: mousedev - implement proper lockingDmitry Torokhov2007-08-301-272/+470
* Input: convert from class devices to standard devicesDmitry Torokhov2007-07-101-110/+132
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-06-041-1/+1
|\
| * Input: reduce raciness when input handlers disconnectDmitry Torokhov2007-06-041-1/+1
* | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-051-177/+262
|\
| * Input: mousedev - fix sudden warps with touchpadsDmitry Torokhov2007-04-121-25/+26
| * Input: handlers - handle errors from input_open_device()Dmitry Torokhov2007-04-121-34/+80
| * Input: handlers - rename 'list' to 'client'Dmitry Torokhov2007-04-121-115/+122