summaryrefslogtreecommitdiff
path: root/drivers/input/joydev.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander2017-10-19
* input: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-21
* Input: joydev - do not report stale values on first openRaphael Assenat2017-02-09
* Input: joydev - use clamp() macroDmitry Torokhov2017-02-01
* Input: joydev - remove unused linux/miscdevice.h includeCorentin Labbe2016-12-18
* Input: joydev - recognize devices with Z axis as joysticksVille Ranki2016-09-26
* Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas2015-10-06
* Input: joydev - use memdup_user() to duplicate memory from user-spaceJavier Martinez Canillas2015-10-02
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-20
|\
| * Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom2015-05-21
* | Input: joydev - use for_each_set_bit where appropriateAnshul Garg2015-07-08
|/
* 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
|\