summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/gamecon.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1Star
* Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-271-4/+0Star
* Input: gamecon - avoid using __set_bit() for capabilitiesMarcus Folkesson2018-05-091-12/+15
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+3
* Input: convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-181-1/+2
* Input: gamecon - clear unused function pointersSudip Mukherjee2015-11-171-0/+1
* Input: gamecon - store object at correct indexSudip Mukherjee2015-10-061-9/+10
* Input: gamecon - use parallel port device modelSudip Mukherjee2015-09-301-47/+53
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+1Star
* Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov2010-07-211-1/+1
* Input: gamecon - reference correct input device in NES modeDmitry Torokhov2010-07-211-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: gamecon - fix off by one range checkDan Carpenter2010-03-051-1/+1
* Input: gamecon - use pr_err() and friendsDmitry Torokhov2010-02-221-8/+10
* Input: gamecon - constify some of the setup structuresDmitry Torokhov2010-02-221-10/+10
* Input: gamecon - simplify pad type handlingDmitry Torokhov2010-02-221-79/+123
* Input: gamecon - simplify coordinate calculation for PSXDmitry Torokhov2010-02-221-4/+8
* Input: gamecon - fix some formatting issuesDmitry Torokhov2010-02-221-153/+194
* Input: gamecon - add rumble support for N64 padsScott Moreau2010-02-221-6/+119
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0Star
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-2/+2
* Input: drivers/joystick - fix various sparse warningsDmitry Torokhov2007-05-031-8/+9
* Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov2007-04-121-3/+4
* Input: remove obsolete setup parameters from input driversDmitry Torokhov2007-02-181-6/+0Star
* Input: fix potential overflows in driver/input/joystickDmitry Torokhov2006-06-261-1/+2
* Input: gamecon - add SNES mouse supportRaphael Assenat2006-04-021-13/+70
* Input: joysticks - semaphore to mutex conversionIngo Molnar2006-02-191-6/+7
* Input: gamecon - handle errors from input_register_device()Dmitry Torokhov2006-01-301-6/+12
* Input: gamecon - fix crash when accessing deviceDmitry Torokhov2006-01-301-149/+194
* [PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov2005-10-281-180/+216
* [PATCH] input: convert kcalloc to kzallocPekka Enberg2005-09-081-1/+1
* Input: fix open/close races in joystick drivers - add a semaphoreDmitry Torokhov2005-05-291-3/+16
* Input: whitespace fixes in driver/input/joystickDmitry Torokhov2005-05-291-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+697