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