aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2012-03-25Input: amijoy - add missing platform checkGravatar Geert Uytterhoeven 1-0/+3
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Gravatar Axel Lin 1-11/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-3/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-12/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2011-08-04Input: remove CLOCK_TICK_RATE from analog joystick driverGravatar Deepak Saxena 1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-5/+26
2011-07-04Input: xpad - enable rumble support for XBox360 Wireless ControllersGravatar Chris Moeller 1-4/+21
2011-06-21Input: xpad - add support for two more dance pads and a guitarGravatar Magnus Hörlin 1-1/+5
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-01-11Merge branch 'next' into for-linusGravatar Dmitry Torokhov 3-0/+378
2011-01-10Input: add Austria Microsystem AS5011 joystick driverGravatar Fabien Marteau 3-0/+378
2011-01-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 2-64/+74
2010-12-01Input: turbografx - fix reference countingGravatar Namhyung Kim 1-0/+1
2010-11-22Input: iforce - clean up MakefileGravatar Dmitry Torokhov 1-12/+3
2010-11-18Input: xpad - ensure xpad->bulk_out is initialized before submitting urbGravatar Axel Lin 1-16/+16
2010-11-11Input: xpad - remove useless check in xpad_removeGravatar Dmitry Torokhov 1-19/+18
2010-11-11Input: xpad - fix resource reclaim in xpad_probe error pathGravatar Axel Lin 1-12/+18
2010-11-11Input: xpad - fix a memory leakGravatar Axel Lin 1-2/+3
2010-11-11Input: xpad - return proper error in error pathGravatar Axel Lin 1-10/+23
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+1
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-2/+1
2010-08-13Input: fix faulty XXinput_* callsGravatar Daniel Mack 1-1/+1
2010-08-10Merge branch 'next' into for-linusGravatar Dmitry Torokhov 7-30/+32
2010-08-10Input: xpad - add USB-ID for PL-3601 Xbox 360 padGravatar Christoph Fritz 1-0/+1
2010-08-02Input: switch to input_abs_*() access functionsGravatar Daniel Mack 6-30/+31
2010-08-02Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-44/+63
2010-07-26Input: xpad - add product ID for Hori Fighting Stick EX2Gravatar Chris Merrett 1-0/+1
2010-07-20Input: gamecon - reference correct pad in gc_psx_command()Gravatar Dmitry Torokhov 1-1/+1
2010-07-20Input: gamecon - reference correct input device in NES modeGravatar Dmitry Torokhov 1-2/+1
2010-07-13Input: xpad - remove mouse buttons and axes for dance padsGravatar Christoph Fritz 1-44/+63
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-8/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersGravatar Daniel Mack 1-8/+8
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-1/+6
2010-05-10Input: iforce - fix Guillemot Jet Leader 3D entryGravatar Marek Vasut 1-1/+1
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackGravatar Marek Vasut 2-0/+5
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingGravatar Ingo Molnar 3-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-03-05Input: gamecon - fix off by one range checkGravatar Dan Carpenter 1-1/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2010-02-21Input: gamecon - use pr_err() and friendsGravatar Dmitry Torokhov 1-8/+10
2010-02-21Input: gamecon - constify some of the setup structuresGravatar Dmitry Torokhov 1-10/+10
2010-02-21Input: gamecon - simplify pad type handlingGravatar Dmitry Torokhov 1-79/+123
2010-02-21Input: gamecon - simplify coordinate calculation for PSXGravatar Dmitry Torokhov 1-4/+8
2010-02-21Input: gamecon - fix some formatting issuesGravatar Dmitry Torokhov 1-153/+194
2010-02-21Input: gamecon - add rumble support for N64 padsGravatar Scott Moreau 2-6/+120
2010-01-24Input: xpad - add rumble support for original xbox controllerGravatar Benjamin Valentin 1-16/+37