summaryrefslogtreecommitdiff
path: root/drivers/input/joystick/gamecon.c
AgeCommit message (Expand)Author
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov
2018-05-08Input: gamecon - avoid using __set_bit() for capabilitiesMarcus Folkesson
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-10Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches
2015-11-17Input: gamecon - clear unused function pointersSudip Mukherjee
2015-10-05Input: gamecon - store object at correct indexSudip Mukherjee
2015-09-29Input: gamecon - use parallel port device modelSudip Mukherjee
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-07-20Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov
2010-07-20Input: gamecon - reference correct input device in NES modeDmitry Torokhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05Input: gamecon - fix off by one range checkDan Carpenter
2010-02-21Input: gamecon - use pr_err() and friendsDmitry Torokhov
2010-02-21Input: gamecon - constify some of the setup structuresDmitry Torokhov
2010-02-21Input: gamecon - simplify pad type handlingDmitry Torokhov
2010-02-21Input: gamecon - simplify coordinate calculation for PSXDmitry Torokhov
2010-02-21Input: gamecon - fix some formatting issuesDmitry Torokhov
2010-02-21Input: gamecon - add rumble support for N64 padsScott Moreau
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-05-03Input: drivers/joystick - fix various sparse warningsDmitry Torokhov
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov
2006-04-02Input: gamecon - add SNES mouse supportRaphael Assenat
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar
2006-01-29Input: gamecon - handle errors from input_register_device()Dmitry Torokhov
2006-01-29Input: gamecon - fix crash when accessing deviceDmitry Torokhov
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg
2005-05-29Input: fix open/close races in joystick drivers - add a semaphoreDmitry Torokhov
2005-05-29Input: whitespace fixes in driver/input/joystickDmitry Torokhov
2005-02-08input: For now, a bug in the PSX controllers support in gamecon preventsPeter Nelson
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2004-10-21Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell
2004-09-21input: Fix oops in gameconPeter Nelson
2004-06-24input: Fix Peter Nelson's e-mail address in gamecon.cVojtech Pavlik
2004-06-21input: Enhancements/fixes for PSX pad support:Peter Nelson
2004-05-09Input: trailing whitespace fixes in drivers/input/joystickDmitry Torokhov
2004-03-02Input: use __obsolete_setup to document removed (renamed)Dmitry Torokhov
2004-03-02Input: Convert joystick modules to the new way of handling parameters andDmitry Torokhov
2004-02-04[PATCH] parport fixes (3/6)Alexander Viro
2003-06-20input: make GC_PSX_DELAY lower (25 usec instead of 60), to burn lessVojtech Pavlik
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik
2002-07-25Kernel command line [__setup()] parsing fixes in all the inputVojtech Pavlik
2002-07-23[PATCH] irqlock patch 2.5.27-H6Ingo Molnar
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar