aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/xpad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov1-5/+2
2018-01-22Input: xpad - add support for PDP Xbox One controllersMark Furneaux1-0/+19
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall1-5/+2
2017-09-21Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov1-5/+19
2017-09-15Merge branch 'next' into for-linusDmitry Torokhov1-4/+6
2017-09-12Input: xpad - validate USB endpoint type during probeCameron Gutman1-4/+6
2017-09-04Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2017-08-31Input: xpad - fix PowerA init quirk for some gamepad modelsCameron Gutman1-5/+19
2017-08-07Input: xpad - constify usb_device_idArvind Yadav1-1/+1
2017-06-18Input: xpad - sync supported devices with XBCDBenjamin Valentin1-0/+30
2017-06-18Input: xpad - sync supported devices with 360ControllerBenjamin Valentin1-0/+57
2017-05-07Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin1-0/+2
2017-05-07Input: xpad - sync supported devices with xboxdrvBenjamin Valentin1-0/+13
2017-05-07Input: xpad - sort supported devices by USB IDBenjamin Valentin1-6/+6
2017-05-02Merge branch 'next' into for-linusDmitry Torokhov1-13/+101
2017-04-10Input: xpad - add support for Razer Wildcat gamepadCameron Gutman1-0/+2
2017-04-10Input: xpad - support some quirky Xbox One padsCameron Gutman1-13/+101
2017-02-06Input: xpad - restore LED state after device resumeCameron Gutman1-1/+10
2017-02-06Input: xpad - fix stuck mode button on Xbox One S padCameron Gutman1-0/+33
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov1-0/+6
2017-01-06Input: xpad - don't depend on endpoint orderCameron Gutman1-14/+21
2017-01-06Input: xpad - simplify error condition in init_outputPavel Rojtberg1-7/+6
2017-01-06Input: xpad - move reporting xbox one home button to common functionDaniel Tobias1-33/+19
2017-01-06Input: xpad - correctly sort vendor id'sDaniel Tobias1-6/+6
2016-12-27Input: xpad - use correct product id for x360w controllersPavel Rojtberg1-0/+6
2016-11-27Input: xpad - fix Xbox One rumble stopping after 2.5 secsCameron Gutman1-3/+3
2016-11-27Input: xpad - add product ID for Xbox One S padCameron Gutman1-0/+1
2016-07-27Input: xpad - power off wireless 360 controllers on suspendCameron Gutman1-0/+43
2016-06-29Input: xpad - validate USB endpoint count during probeCameron Gutman1-0/+3
2016-06-23Input: xpad - fix oops when attaching an unknown Xbox One gamepadCameron Gutman1-10/+13
2016-06-01Input: xpad - fix rumble on Xbox One controllers with 2015 firmwareCameron Gutman1-8/+8
2016-05-27Input: xpad - xbox one elite controller supportPavel Rojtberg1-1/+2
2016-05-27Input: xpad - add more third-party controllersPavel Rojtberg1-0/+9
2016-05-27Input: xpad - prevent spurious input from wired Xbox 360 controllersCameron Gutman1-0/+4
2016-05-27Input: xpad - move pending clear to the correct locationPavel Rojtberg1-1/+1
2016-04-05Input: xpad - add Mad Catz FightStick TE 2 VID/PIDSilvan Jegen1-0/+2
2016-01-27Input: xpad - remove unused functionArnd Bergmann1-1/+0
2016-01-12Input: xpad - correct xbox one pad device namePavel Rojtberg1-1/+1
2016-01-04Input: xpad - use LED API when identifying wireless controllersDmitry Torokhov1-1/+1
2016-01-04Input: xpad - workaround dead irq_out after suspend/ resumePavel Rojtberg1-38/+137
2016-01-04Input: xpad - update Xbox One Force Feedback SupportPierre-Loup A. Griffais1-5/+10
2016-01-04Input: xpad - correctly handle concurrent LED and FF requestsPavel Rojtberg1-99/+223
2015-12-16Input: xpad - handle "present" and "gone" correctlyPierre-Loup A. Griffais1-38/+69
2015-12-16Input: xpad - remove spurious events of wireless xpad 360 controllerClement Calmels1-1/+1
2015-10-19Input: xpad - fix clash of presence handling with LED settingPavel Rojtberg1-2/+9
2015-10-10Input: xpad - query wireless controller state at initPavel Rojtberg1-0/+40
2015-10-10Input: xpad - move the input device creation to a new functionPierre-Loup A. Griffais1-92/+119
2015-10-10Input: xpad - x360w: report dpad as buttons and axesPavel Rojtberg1-2/+20
2015-10-10Input: xpad - factor out URB submission in xpad_play_effectPavel Rojtberg1-71/+69
2015-10-10Input: xpad - remove needless bulk out URB used for LED setupPavel Rojtberg1-78/+1