aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/mousedev.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-25Input: mousedev - fix implicit conversion warningGravatar Nick Desaulniers 1-28/+34
2017-03-21input: utilize new cdev_device_add helper functionGravatar Logan Gunthorpe 1-9/+2
2014-03-29Input: mousedev - fix race when creating mixed deviceGravatar Dmitry Torokhov 1-31/+42
2012-11-18Input: mousedev - move /dev/input/mice to the correct minorGravatar Dmitry Torokhov 1-2/+2
2012-10-22Input: fix use-after-free introduced with dynamic minor changesGravatar Dmitry Torokhov 1-2/+1
2012-10-08Input: extend the number of event (and other) devicesGravatar Dmitry Torokhov 1-70/+62
2012-10-08Input: mousedev - mark mousedev interfaces as non-seekableGravatar Dmitry Torokhov 1-0/+1
2012-10-08Input: mousedev - rename mixdev_open to opened_by_mixdevGravatar Dmitry Torokhov 1-8/+8
2012-10-08Input: mousedev - reformat structure initializersGravatar Dmitry Torokhov 1-15/+15
2012-10-08Input: mousedev - factor out psaux code to reduce #ifdeferyGravatar Dmitry Torokhov 1-17/+30
2012-08-21Input: random formatting fixesGravatar Baodong Chen 1-5/+4
2011-05-25Input: properly assign return value of clamp() macro.Gravatar Hans Petter Selasky 1-2/+2
2011-05-12Input: remove useless synchronize_rcu() callsGravatar Eric Dumazet 1-1/+0
2010-11-30Input: use pr_fmt and pr_<level>Gravatar Joe Perches 1-4/+6
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2010-10-17Input: mousedev - correct lockdep annotationGravatar Hitoshi Mitake 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-25Input: mousedev - fix regression of inverting axesGravatar Christoph Fritz 1-4/+4
2010-08-02Input: switch to input_abs_*() access functionsGravatar Daniel Mack 1-18/+26
2010-07-15Input: mousedev - signal that device is writable in mousedev_poll()Gravatar Julien Moutinho 1-2/+7
2010-07-15Input: change input handlers to use bool when possibleGravatar Dmitry Torokhov 1-3/+3
2010-03-09Input: mousedev - remove BKLGravatar Thadeu Lima de Souza Cascardo 1-6/+0
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 1-0/+1
2009-05-11Input: simplify name handling for certain input handlesGravatar Thadeu Lima de Souza Cascardo 1-6/+3
2009-03-16Rationalize fasync return valuesGravatar Jonathan Corbet 1-4/+1
2008-12-20Merge commit 'v2.6.28-rc9' into nextGravatar Dmitry Torokhov 1-1/+0
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-1/+0
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-2/+1
2008-07-02mousedev: BKL pushdownGravatar Arnd Bergmann 1-2/+10
2008-04-01Input: make sure input interfaces pin parent input devicesGravatar Dmitry Torokhov 1-1/+2
2008-01-30Input: mousedev - use BIT_MASK instead of BITGravatar Dmitry Torokhov 1-1/+1
2008-01-21Input: drop redundant includes of moduleparam.hGravatar Julia Lawall 1-1/+0
2008-01-17Input: mousedev - handle mice that use absolute coordinatesGravatar Micah Parrish 1-0/+9
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-12/+14
2007-10-13Input: use full RCU APIGravatar Dmitry Torokhov 1-7/+4
2007-10-12Input: fix open count handling in input interfacesGravatar Oliver Neukum 1-1/+4
2007-08-30Input: mousedev - implement proper lockingGravatar Dmitry Torokhov 1-272/+470
2007-07-10Input: convert from class devices to standard devicesGravatar Dmitry Torokhov 1-110/+132
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2007-06-03Input: reduce raciness when input handlers disconnectGravatar Dmitry Torokhov 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Gravatar Linus Torvalds 1-177/+262
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-2/+2
2007-04-12Input: mousedev - fix sudden warps with touchpadsGravatar Dmitry Torokhov 1-25/+26
2007-04-12Input: handlers - handle errors from input_open_device()Gravatar Dmitry Torokhov 1-34/+80
2007-04-12Input: handlers - rename 'list' to 'client'Gravatar Dmitry Torokhov 1-115/+122
2007-04-12Input: rework handle creation codeGravatar Dmitry Torokhov 1-15/+46
2006-11-17Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLEGravatar Marton Nemeth 1-1/+1
2006-09-14Input: make input_register_handler() return error codesGravatar Dmitry Torokhov 1-4/+17
2006-09-14Input: constify input coreGravatar Dmitry Torokhov 1-3/+4