aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/xpad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Input: xpad - re-send LED command on present eventPavel Rojtberg1-8/+20
2015-06-22Input: xpad - set the LEDs properly on XBox Wireless controllersPierre-Loup A. Griffais1-5/+45
2015-04-14Input: xpad - add rumble support for Xbox One controllerMing-ting Yao Wei1-1/+20
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov1-4/+4
2014-12-03Input: initialize device counter variables with -1Aniroop Mathur1-4/+4
2014-11-25Input: xpad - use proper endpoint typeGreg Kroah-Hartman1-3/+13
2014-10-16Input: xpad - add Thrustmaster as Xbox 360 controller vendorTommi Rantala1-0/+1
2014-10-16Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala1-0/+1
2014-09-08Input: xpad - sync device IDs with xboxdrvBenjamin Valentin1-0/+33
2014-09-08Input: xpad - add VID/PID for Razer SabertoothFrank Razenberg1-0/+1
2014-08-13Input: xpad - add support for Xbox One controllersTed Mielczarek1-17/+157
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-02Input: xpad - add new USB IDs for Logitech F310 and F710Petr Sebor1-0/+2
2014-01-02Input: xpad - change D-PAD mapping on Razer devicesThomaz de Oliveira dos Reis1-2/+2
2013-08-26Input: xpad - add signature for Razer Onza Classic EditionMag1-0/+1
2013-06-18Input: xpad - fix for "Mad Catz Street Fighter IV FightPad" controllersShawn Joseph1-1/+1
2012-12-03Input: xpad - add a few new VID/PID combinationsGuillermo A. Amaral1-9/+18
2012-12-03Input: xpad - minor formatting fixesGuillermo A. Amaral1-3/+3
2012-07-24Merge branch 'next' into for-linusDmitry Torokhov1-11/+24
2012-07-12Input: xpad - add Andamiro Pump It Up padYuri Khan1-0/+1
2012-07-11Input: xpad - add signature for Razer Onza Tournament EditionIlia Katsnelson1-1/+3
2012-07-11Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan1-0/+1
2012-05-04USB: input: xpad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-01USB: xpad.c: remove dbg() usageGreg Kroah-Hartman1-11/+19
2012-05-01USB: input: xpad.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-04-25USB: xpad.c: remove err() usageGreg Kroah-Hartman1-4/+7
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-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
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-08-10Merge branch 'next' into for-linusDmitry Torokhov1-0/+1
2010-08-10Input: xpad - add USB-ID for PL-3601 Xbox 360 padChristoph Fritz1-0/+1
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-13Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz1-44/+63
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-8/+8
2010-01-24Input: xpad - add rumble support for original xbox controllerBenjamin Valentin1-16/+37
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov1-2/+2
2010-01-09Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov1-2/+2
2009-12-29Input: xpad - allow using triggers as buttons rather than axesNicolas Léveillé1-79/+121
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-20Input: xpad - add USB ID for the drumkit controller from Rock BandCorbin Simpson1-0/+2
2009-07-12Input: xpad - don't resend successfully sent outgoing requestsMichael Gruber1-13/+13