summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Input: xpad - move pending clear to the correct locationPavel Rojtberg1-1/+1
2016-09-15Input: xpad - correctly handle concurrent LED and FF requestsPavel Rojtberg1-99/+223
2016-08-10Input: xpad - validate USB endpoint count during probeCameron Gutman1-0/+3
2016-08-10Input: xpad - fix oops when attaching an unknown Xbox One gamepadCameron Gutman1-10/+13
2015-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-0/+4
2015-11-17Input: walkera0701 - clear unused function pointersSudip Mukherjee1-0/+1
2015-11-17Input: turbografx - clear unused function pointersSudip Mukherjee1-0/+1
2015-11-17Input: gamecon - clear unused function pointersSudip Mukherjee1-0/+1
2015-11-17Input: db9 - clear unused function pointersSudip Mukherjee1-0/+1
2015-11-10remove abs64()Andrew Morton1-2/+2
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
2015-10-10Input: xpad - use ida() for finding the pad_nrPavel Rojtberg1-12/+20
2015-10-10Input: xpad - clarify LED enumerationPavel Rojtberg1-7/+9
2015-10-10Input: xpad - fix Razer Atrox Arcade Stick button mappingDario Scarpa1-1/+1
2015-10-10Input: xpad - add Covert Forces edition of the Xbox One controllerErik Lundgren1-0/+1
2015-10-06Merge tag 'v4.3-rc4' into nextDmitry Torokhov2-2/+3
2015-10-06Input: turbografx - store object in correct indexSudip Mukherjee1-9/+11
2015-10-06Input: gamecon - store object at correct indexSudip Mukherjee1-9/+10
2015-10-06Input: db9 - store object at correct indexSudip Mukherjee1-9/+10
2015-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+2
2015-10-02drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton1-0/+1
2015-09-30Merge tag 'v4.3-rc3' into nextDmitry Torokhov2-3/+3
2015-09-30Input: walkera0701 - use parallel port device modelSudip Mukherjee1-27/+37
2015-09-30Input: turbografx - use parallel port device modelSudip Mukherjee1-49/+51
2015-09-30Input: gamecon - use parallel port device modelSudip Mukherjee1-47/+53
2015-09-29Input: zhenhua - ensure we have BITREVERSEAndrew Morton1-0/+1
2015-09-29Input: db9 - use parallel port device modelSudip Mukherjee1-54/+56
2015-09-19Input: walkera0701 - fix abs() calculations on 64 bit valuesDmitry Torokhov1-2/+2
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-11/+2
2015-09-03Merge branch 'next' into for-linusDmitry Torokhov1-11/+2
2015-08-21Input: zhenhua - switch to using bitrev8()Yalin Wang1-11/+2
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar1-1/+1
2015-08-04Input: turbografx - fix potential out of bound accessDmitry Torokhov1-1/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc()Andy Lutomirski1-2/+2
2015-06-23Input: xpad - re-send LED command on present eventPavel Rojtberg1-8/+20
2015-06-23Input: xpad - set the LEDs properly on XBox Wireless controllersPierre-Loup A. Griffais1-5/+45
2015-04-15Input: xpad - add rumble support for Xbox One controllerMing-ting Yao Wei1-1/+20
2015-02-12Input: adi - remove an unnecessary checkMarkus Elfring1-2/+1
2014-12-16Merge branch 'next' into for-linusDmitry Torokhov1-4/+4
2014-12-04Input: initialize device counter variables with -1Aniroop Mathur1-4/+4
2014-11-25Input: xpad - use proper endpoint typeGreg Kroah-Hartman1-3/+13
2014-10-17Input: xpad - add Thrustmaster as Xbox 360 controller vendorTommi Rantala1-0/+1
2014-10-17Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala1-0/+1
2014-09-12Input: joystick - use ktime for measuring timingTakashi Iwai1-19/+52