summaryrefslogtreecommitdiffstats
path: root/drivers/input/joydev.c
Commit message (Expand)AuthorAgeFilesLines
* Input: joydev - prevent potential read overflow in ioctlDan Carpenter2021-02-191-2/+5
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-151-6/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| * *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | Input: joydev - extend absolute mouse detectionAlexander Tsoy2019-06-301-2/+22
|/
* 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-191-6/+64
* input: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-9/+2
* 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-181-1/+0
* Input: joydev - recognize devices with Z axis as joysticksVille Ranki2016-09-261-0/+6
* Input: joydev - fix possible ERR_PTR() dereferencingJavier Martinez Canillas2015-10-061-8/+4
* Input: joydev - use memdup_user() to duplicate memory from user-spaceJavier Martinez Canillas2015-10-021-12/+6
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-201-0/+61
|\
| * Input: joydev - don't classify the vmmouse as a joystickThomas Hellstrom2015-05-211-0/+61
* | Input: joydev - use for_each_set_bit where appropriateAnshul Garg2015-07-081-6/+5
|/
* 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