summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-3/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman-12/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker-0/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2011-08-04Input: remove CLOCK_TICK_RATE from analog joystick driverDeepak Saxena-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-5/+26
2011-07-04Input: xpad - enable rumble support for XBox360 Wireless ControllersChris Moeller-4/+21
2011-06-21Input: xpad - add support for two more dance pads and a guitarMagnus Hörlin-1/+5
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-01-11Merge branch 'next' into for-linusDmitry Torokhov-0/+378
2011-01-10Input: add Austria Microsystem AS5011 joystick driverFabien Marteau-0/+378
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov-64/+74
2010-12-01Input: turbografx - fix reference countingNamhyung Kim-0/+1
2010-11-22Input: iforce - clean up MakefileDmitry Torokhov-12/+3
2010-11-18Input: xpad - ensure xpad->bulk_out is initialized before submitting urbAxel Lin-16/+16
2010-11-11Input: xpad - remove useless check in xpad_removeDmitry Torokhov-19/+18
2010-11-11Input: xpad - fix resource reclaim in xpad_probe error pathAxel Lin-12/+18
2010-11-11Input: xpad - fix a memory leakAxel Lin-2/+3
2010-11-11Input: xpad - return proper error in error pathAxel Lin-10/+23
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-2/+1
2010-08-13Input: fix faulty XXinput_* callsDaniel Mack-1/+1
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov-30/+32
2010-08-10Input: xpad - add USB-ID for PL-3601 Xbox 360 padChristoph Fritz-0/+1
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack-30/+31
2010-08-02Merge branch 'next' into for-linusDmitry Torokhov-44/+63
2010-07-26Input: xpad - add product ID for Hori Fighting Stick EX2Chris Merrett-0/+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-07-13Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz-44/+63
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-8/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-8/+8
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+6
2010-05-10Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut-1/+1
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut-0/+5
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+3
2010-03-05Input: gamecon - fix off by one range checkDan Carpenter-1/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner-2/+2
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/+120
2010-01-24Input: xpad - add rumble support for original xbox controllerBenjamin Valentin-16/+37
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov-47/+19
2010-01-09Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov-2/+2