aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-01-21Merge commit 'v2.6.33-rc5' into nextGravatar Dmitry Torokhov 5-47/+19
2010-01-09Input: xbox - do not use GFP_KERNEL under spinlockGravatar Dmitry Torokhov 1-2/+2
2010-01-01Input: gf2k - fix &&/|| confusion in gf2k_connect()Gravatar Roel Kluin 1-1/+1
2009-12-30Input: iforce - wait for command completion when closing the deviceGravatar Dmitry Torokhov 2-0/+4
2009-12-29Input: xpad - allow using triggers as buttons rather than axesGravatar Nicolas Léveillé 1-79/+121
2009-12-24Input: iforce - fix oops on device disconnectGravatar Dmitry Torokhov 3-44/+12
2009-11-29Input: xpad - add two new Xbox 360 devicesGravatar Nicolas Léveillé 1-0/+3
2009-10-05Input: xpad - add BigBen Interactive XBOX 360 ControllerGravatar Thomas Gruber 1-0/+2
2009-08-27Merge commit 'v2.6.31-rc8' into nextGravatar Dmitry Torokhov 2-0/+2
2009-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-0/+2
2009-08-20Input: xpad - add USB ID for the drumkit controller from Rock BandGravatar Corbin Simpson 1-0/+2
2009-08-19Input: iforce - support new revision of ACT LABS Force RSGravatar Jiri Kosina 2-0/+2
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-13/+13
2009-07-12Input: xpad - don't resend successfully sent outgoing requestsGravatar Michael Gruber 1-13/+13
2009-06-16time: move PIT_TICK_RATE to linux/timex.hGravatar Arnd Bergmann 1-1/+1
2009-02-27sh: maple: Support block reads and writes.Gravatar Adrian McMenamin 1-2/+2
2008-12-30Input: add support for Maple controller as a joystickGravatar Adrian McMenamin 3-0/+206
2008-11-19Input: add joystick driver for Walkera WK-0701 RC transmitterGravatar Peter Popovec 3-0/+305
2008-10-17USB: remove info() macro from usb input driversGravatar Greg Kroah-Hartman 1-1/+1
2008-10-17USB: remove warn() macro from usb input driversGravatar Greg Kroah-Hartman 4-23/+37
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 12-25/+12
2008-10-16misc: replace __FUNCTION__ with __func__Gravatar Harvey Harrison 1-2/+2
2008-10-15Merge branch 'next' into for-linusGravatar Dmitry Torokhov 12-25/+12
2008-07-31Input: xpad - add Pelican Eclipse D-Pad to the list of devicesGravatar Harley Laue 1-0/+1
2008-07-30Input: gameport - check return value of gameport_register_driver()Gravatar Dmitry Torokhov 12-25/+12
2008-05-20Input: remove CVS keywordsGravatar Adrian Bunk 24-50/+0
2008-05-16Input: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 2-9/+9
2008-04-28usb input endianness annotations and fixesGravatar Al Viro 1-1/+1
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-17/+17
2008-04-27Input: xpad - fix build failureGravatar Dmitry Torokhov 1-17/+17
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-8/+12