summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2025-08-28Input: xpad - set correct controller type for Acer NGR200Nilton Perim Neto1-1/+1
2025-07-17Input: xpad - support Acer NGR 200 ControllerNilton Perim Neto1-0/+2
2025-07-17Input: xpad - add VID for Turtle Beach controllersVicki Pfau1-0/+1
2025-07-17Input: xpad - add support for Amazon Game ControllerMatt Reynolds1-0/+2
2025-02-01Input: xpad - add support for wooting two he (arm)Jack Greiner1-0/+1
2025-02-01Input: xpad - add unofficial Xbox 360 wireless receiver cloneNilton Perim Neto1-0/+1
2024-01-26Input: 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
2023-01-14Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap1-0/+1
2022-11-25Input: iforce - invert valid length check when fetching device IDsTetsuo Handa1-4/+4
2022-10-15Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-10-15Input: 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-09-08Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-01-05Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-11-18Input: iforce - fix control-message timeoutJohan Hovold1-1/+1
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-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2020-12-01Input: xpad - support Ardwiino ControllersSanjay Govind1-0/+2
2020-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+275
2020-09-29Input: joystick - add ADC attached joystick driver.Artur Rojek3-0/+275
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+2
2020-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-18/+25
2020-07-22Merge branch 'for-linus' into nextDmitry Torokhov1-0/+1
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva4-18/+25
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-09Input: adi - work around module name confictArnd Bergmann1-0/+1
2020-04-23Input: xpad - add custom init packet for Xbox One S controllersŁukasz Patron1-0/+12
2019-10-30Input: psxpad-spi - switch to using polled mode of input devicesDmitry Torokhov2-31/+34
2019-09-06Input: sidewinder - make array seq static const, makes object smallerColin Ian King1-1/+1
2019-08-12Merge tag 'v5.3-rc4' into nextDmitry Torokhov1-0/+5
2019-08-06Input: iforce - add sanity checksOliver Neukum1-0/+5
2019-07-22Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch3-2/+244
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher6-18/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov37-400/+37
2019-06-23Input: iforce - add the Saitek R440 Force WheelTim Schumacher2-0/+2
2019-06-23Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2-7/+12
2019-06-23Input: iforce - drop couple of temps from transport codeDmitry Torokhov2-10/+4
2019-06-23Input: iforce - drop bus type from iforce structureDmitry Torokhov3-7/+0
2019-06-23Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov3-15/+25
2019-06-23Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov4-30/+47
2019-06-23Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov2-4/+1
2019-06-23Input: iforce - signal command completion from transport codeDmitry Torokhov2-5/+6
2019-06-23Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov4-11/+13
2019-06-23Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov1-44/+57