summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-25Input: amijoy - add missing platform checkGeert Uytterhoeven1-0/+3
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2011-08-04Input: remove CLOCK_TICK_RATE from analog joystick driverDeepak Saxena1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-5/+26
2011-07-04Input: xpad - enable rumble support for XBox360 Wireless ControllersChris Moeller1-4/+21
2011-06-21Input: xpad - add support for two more dance pads and a guitarMagnus Hörlin1-1/+5
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-11Merge branch 'next' into for-linusDmitry Torokhov3-0/+378
2011-01-10Input: add Austria Microsystem AS5011 joystick driverFabien Marteau3-0/+378
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov2-64/+74
2010-12-01Input: turbografx - fix reference countingNamhyung Kim1-0/+1
2010-11-22Input: iforce - clean up MakefileDmitry Torokhov1-12/+3
2010-11-18Input: xpad - ensure xpad->bulk_out is initialized before submitting urbAxel Lin1-16/+16
2010-11-11Input: xpad - remove useless check in xpad_removeDmitry Torokhov1-19/+18
2010-11-11Input: xpad - fix resource reclaim in xpad_probe error pathAxel Lin1-12/+18
2010-11-11Input: xpad - fix a memory leakAxel Lin1-2/+3
2010-11-11Input: xpad - return proper error in error pathAxel Lin1-10/+23
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+1
2010-08-13Input: fix faulty XXinput_* callsDaniel Mack1-1/+1
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov7-30/+32
2010-08-10Input: xpad - add USB-ID for PL-3601 Xbox 360 padChristoph Fritz1-0/+1
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack6-30/+31
2010-08-02Merge branch 'next' into for-linusDmitry Torokhov1-44/+63
2010-07-26Input: xpad - add product ID for Hori Fighting Stick EX2Chris Merrett1-0/+1
2010-07-20Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov1-1/+1
2010-07-20Input: gamecon - reference correct input device in NES modeDmitry Torokhov1-2/+1
2010-07-13Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz1-44/+63
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-8/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-8/+8
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-1/+6
2010-05-10Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut1-1/+1
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2-0/+5
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar3-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-0/+3
2010-03-05Input: gamecon - fix off by one range checkDan Carpenter1-1/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner1-2/+2
2010-02-21Input: gamecon - use pr_err() and friendsDmitry Torokhov1-8/+10
2010-02-21Input: gamecon - constify some of the setup structuresDmitry Torokhov1-10/+10
2010-02-21Input: gamecon - simplify pad type handlingDmitry Torokhov1-79/+123
2010-02-21Input: gamecon - simplify coordinate calculation for PSXDmitry Torokhov1-4/+8
2010-02-21Input: gamecon - fix some formatting issuesDmitry Torokhov1-153/+194