aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus 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 implicit slab.h inclusion from percpu.hTejun 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
2010-02-21Input: gamecon - add rumble support for N64 padsScott Moreau2-6/+120
2010-01-24Input: xpad - add rumble support for original xbox controllerBenjamin Valentin1-16/+37
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov5-47/+19
2010-01-09Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov1-2/+2
2010-01-01Input: gf2k - fix &&/|| confusion in gf2k_connect()Roel Kluin1-1/+1
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2-0/+4
2009-12-29Input: xpad - allow using triggers as buttons rather than axesNicolas Léveillé1-79/+121
2009-12-24Input: iforce - fix oops on device disconnectDmitry Torokhov3-44/+12
2009-11-29Input: xpad - add two new Xbox 360 devicesNicolas Léveillé1-0/+3
2009-10-05Input: xpad - add BigBen Interactive XBOX 360 ControllerThomas Gruber1-0/+2
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2-0/+2
2009-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+2
2009-08-20Input: xpad - add USB ID for the drumkit controller from Rock BandCorbin Simpson1-0/+2
2009-08-19Input: iforce - support new revision of ACT LABS Force RSJiri Kosina2-0/+2
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-13/+13
2009-07-12Input: xpad - don't resend successfully sent outgoing requestsMichael Gruber1-13/+13
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-1/+1
2009-02-27sh: maple: Support block reads and writes.Adrian McMenamin1-2/+2
2008-12-30Input: add support for Maple controller as a joystickAdrian McMenamin3-0/+206
2008-11-19Input: add joystick driver for Walkera WK-0701 RC transmitterPeter Popovec3-0/+305
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman1-1/+1
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman4-23/+37
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds12-25/+12
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2