summaryrefslogtreecommitdiffstats
path: root/drivers/input/joydev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-131-2/+22
|\
| * Input: joydev - extend absolute mouse detectionAlexander Tsoy2019-06-301-2/+22
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander2017-10-201-6/+64
* input: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-9/+2Star
* Input: joydev - do not report stale values on first openRaphael Assenat2017-02-091-5/+13
* Input: joydev - use clamp() macroDmitry Torokhov2017-02-011-1/+1
* Input: joydev - remove unused linux/miscdevice.h includeCorentin Labbe2016-12-191-1/+0Star
* Input: joydev - recognize devices with Z axis as joysticksVille Ranki2016-09-271-0/+6
* Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas2015-10-071-8/+4Star
* Input: joydev - use memdup_user() to duplicate memory from user-spaceJavier Martinez Canillas2015-10-021-12/+6Star
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-201-0/+61
|\
| * Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom2015-05-221-0/+61
* | Input: joydev - use for_each_set_bit where appropriateAnshul Garg2015-07-091-6/+5Star
|/
* 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-56/+32Star
* Input: random formatting fixesBaodong Chen2012-08-221-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-121-1/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Input: use pr_fmt and pr_<level>Joe Perches2010-12-011-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-031-15/+16
* Input: change input handlers to use bool when possibleDmitry Torokhov2010-07-161-4/+3Star
* Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-211-5/+5
* Input: joydev - allow binding to button-only devicesChristoph Fritz2010-05-041-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/+15Star
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* Input: joydev - validate axis/button maps before clobbering current onesStephen Kitt2009-08-281-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-141-1/+1
* Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-111-1/+7
|\
| * Input: joydev - blacklist digitizersTim Cole2009-05-081-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/+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-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/+4Star
* 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