summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/gamecon.c
AgeCommit message (Expand)AuthorLines
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches-1/+2
2015-11-17Input: gamecon - clear unused function pointersSudip Mukherjee-0/+1
2015-10-05Input: gamecon - store object at correct indexSudip Mukherjee-9/+10
2015-09-29Input: gamecon - use parallel port device modelSudip Mukherjee-47/+53
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-2/+1
2010-07-20Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov-1/+1
2010-07-20Input: gamecon - reference correct input device in NES modeDmitry Torokhov-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-05Input: gamecon - fix off by one range checkDan Carpenter-1/+1
2010-02-21Input: gamecon - use pr_err() and friendsDmitry Torokhov-8/+10
2010-02-21Input: gamecon - constify some of the setup structuresDmitry Torokhov-10/+10
2010-02-21Input: gamecon - simplify pad type handlingDmitry Torokhov-79/+123
2010-02-21Input: gamecon - simplify coordinate calculation for PSXDmitry Torokhov-4/+8
2010-02-21Input: gamecon - fix some formatting issuesDmitry Torokhov-153/+194
2010-02-21Input: gamecon - add rumble support for N64 padsScott Moreau-6/+119
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall-1/+0
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-2/+2
2007-05-03Input: drivers/joystick - fix various sparse warningsDmitry Torokhov-8/+9
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov-3/+4
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov-6/+0
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov-1/+2
2006-04-02Input: gamecon - add SNES mouse supportRaphael Assenat-13/+70
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar-6/+7
2006-01-29Input: gamecon - handle errors from input_register_device()Dmitry Torokhov-6/+12
2006-01-29Input: gamecon - fix crash when accessing deviceDmitry Torokhov-149/+194
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov-180/+216
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg-1/+1
2005-05-29Input: fix open/close races in joystick drivers - add a semaphoreDmitry Torokhov-3/+16
2005-05-29Input: whitespace fixes in driver/input/joystickDmitry Torokhov-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+697