summaryrefslogtreecommitdiff
path: root/drivers/input/joydev.c
Commit message (Expand)AuthorAge
* Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov2012-10-22
* Input: extend the number of event (and other) devicesDmitry Torokhov2012-10-08
* Input: random formatting fixesBaodong Chen2012-08-21
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-12
* Fix common misspellingsLucas De Marchi2011-03-31
* Input: use pr_fmt and pr_<level>Joe Perches2010-11-30
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | Input: joydev - fix JSIOCSAXMAP ioctlKenneth Waters2010-09-21
|/
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-02
* Input: change input handlers to use bool when possibleDmitry Torokhov2010-07-15
* Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-20
* Input: joydev - allow binding to button-only devicesChristoph Fritz2010-05-03
* Input: mark input interfaces as non-seekableDmitry Torokhov2010-02-04
* Input: add match() method to input hanldersDmitry Torokhov2010-02-04
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-04
* Input: joydev - validate axis/button maps before clobbering current onesStephen Kitt2009-08-27
* Input: joydev - decouple axis and button map ioctls from input constantsStephen Kitt2009-08-12
* Input: fix EVIOCGNAME/JSIOCGNAME regressionDaniel Mack2009-07-13
* Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-11
|\
| * Input: joydev - blacklist digitizersTim Cole2009-05-07
* | Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo2009-05-11
|/
* Rationalize fasync return valuesJonathan Corbet2009-03-16
* Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov2008-12-20
|\
| * saner FASYNC handling on file closeAl Viro2008-11-01
* | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-30
|/
* Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-01
* get rid of input BIT* duplicate definesJiri Slaby2007-10-19
* Input: use full RCU APIDmitry Torokhov2007-10-13
* Input: fix open count handling in input interfacesOliver Neukum2007-10-12
* Input: joydev - implement proper lockingDmitry Torokhov2007-08-30
* Input: convert from class devices to standard devicesDmitry Torokhov2007-07-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-06-04
|\
| * Input: reduce raciness when input handlers disconnectDmitry Torokhov2007-06-03
* | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-04
|\
| * Input: handlers - handle errors from input_open_device()Dmitry Torokhov2007-04-12
| * Input: handlers - rename 'list' to 'client'Dmitry Torokhov2007-04-12
| * Input: rework handle creation codeDmitry Torokhov2007-04-12
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
|/
* Input: make input_register_handler() return error codesDmitry Torokhov2006-09-14
* Input: constify input coreDmitry Torokhov2006-09-14
* Input: fix formatting to better follow CodingStyleDmitry Torokhov2006-06-26
* Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-14
* [PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman2005-10-28
* [PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman2005-10-28
* [PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman2005-10-28
* [PATCH] Input: kill devfs referencesDmitry Torokhov2005-10-28
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-28