aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/db9.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-02-16Input: db9 - mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-08Input: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov1-4/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-04-10Input: db9 - use setup_timerGeliang Tang1-3/+1
2015-11-17Input: db9 - clear unused function pointersSudip Mukherjee1-0/+1
2015-10-05Input: db9 - store object at correct indexSudip Mukherjee1-9/+10
2015-09-28Input: db9 - use parallel port device modelSudip Mukherjee1-54/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-05-20Input: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+1
2007-05-28Input: db9 - do not ignore dev2 module parameterDmitry Torokhov1-1/+1
2007-05-03Input: drivers/joystick - fix various sparse warningsDmitry Torokhov1-9/+9
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov1-3/+4
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov1-4/+0
2006-06-27Input: db9 - fix potential buffer overrunEric Sesterhenn1-1/+1
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov1-1/+2
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar1-6/+7
2006-01-29Input: db9 - handle errors from input_register_device()Dmitry Torokhov1-5/+10
2006-01-29Input: db9 - fix possible crash with Saturn gamepadsDmitry Torokhov1-34/+36
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov1-116/+176
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-05-29Input: fix open/close races in joystick drivers - add a semaphoreDmitry Torokhov1-4/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+647