summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Input: xpad - add Razer Wolverine V2 supportLuca Weiss1-0/+1
2023-12-08Input: xpad - add HyperX Clutch Gladiate SupportMax Nguyen1-0/+2
2023-10-25Input: xpad - add PXN V900 supportMatthias Berndt1-0/+2
2023-06-14Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas1-1/+0
2023-05-30Input: xpad - add constants for GIP interface numbersVicki Pfau1-1/+4
2022-10-26Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-10-26Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-09-20Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2022-01-05Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-10-20Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen1-0/+2
2021-03-04Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Olivier Crête1-0/+1
2021-02-10Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin1-1/+16
2020-12-08Input: xpad - support Ardwiino ControllersSanjay Govind1-0/+2
2020-06-03Input: xpad - add custom init packet for Xbox One S controllersŁukasz Patron1-0/+12
2019-12-13Input: Fix memory leak in psxpad_spi_probeNavid Emamdoost1-1/+1
2019-08-25Input: iforce - add sanity checksOliver Neukum1-0/+5
2019-01-31Input: xpad - add support for SteelSeries Stratus DuoTom Panfil1-0/+3
2018-12-08Input: xpad - quirk all PDP Xbox One gamepadsCameron Gutman1-10/+6
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman1-0/+3
2018-10-01Input: xpad - add support for Xbox1 PDP Camo series gamepadRamses Ramírez1-0/+3
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds27-226/+93
2018-08-16Merge branch 'next' into for-linusDmitry Torokhov27-226/+93
2018-08-08Input: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-07-27Input: iforce - reorganize joystick configuration listsTim Schumacher1-14/+5
2018-07-27Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher1-5/+6
2018-07-26Input: iforce - reformat the packet dump outputTim Schumacher4-11/+7
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov26-104/+0
2018-07-25Input: pxrc - flatten probe codeDmitry Torokhov1-49/+35
2018-07-25Input: pxrc - do not store unneeded data in driver structureDmitry Torokhov1-18/+17
2018-07-25Input: pxrc - move module device table closer to where it is usedDmitry Torokhov1-6/+6
2018-07-25Input: pxrc - fix freeing URB on device teardownDmitry Torokhov1-36/+30
2018-07-25Input: pxrc - do not store USB device in private structMarcus Folkesson1-7/+6
2018-07-04Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior1-1/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2018-06-21Input: xpad - fix GPD Win 2 controller nameEnno Boland1-1/+1
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab2-6/+6
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab2-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-04Input: xpad - add GPD Win 2 Controller USB IDsEthan Lee1-0/+2
2018-05-24Merge tag 'v4.17-rc6' into nextDmitry Torokhov2-3/+8
2018-05-08Input: gamecon - avoid using __set_bit() for capabilitiesMarcus Folkesson1-12/+15
2018-05-08Input: as5011 - avoid using __set_bit() for capabilitiesMarcus Folkesson1-3/+1
2018-05-08Input: xpad - avoid using __set_bit() for capabilitiesMarcus Folkesson1-10/+10
2018-05-08Input: xpad - fix some coding style issuesLeo Sperling1-6/+9
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-3/+322
2018-04-04Merge branch 'next' into for-linusDmitry Torokhov6-9/+323
2018-03-26Input: xpad - add PDP device id 0x02a4Francis Therien1-2/+7
2018-03-26Input: pxrc - new driver for PhoenixRC Flight Controller AdapterMarcus Folkesson3-0/+314
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-1/+1
2018-03-14Input: analog - use get_cycles() on PPCMichael Ellerman1-1/+1