aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
AgeCommit message (Expand)Author
2024-01-25Input: xpad - add Razer Wolverine V2 supportLuca Weiss
2023-12-08Input: xpad - add HyperX Clutch Gladiate SupportMax Nguyen
2023-10-25Input: xpad - add PXN V900 supportMatthias Berndt
2023-06-14Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas
2023-05-30Input: xpad - add constants for GIP interface numbersVicki Pfau
2023-01-14Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap
2022-11-25Input: iforce - invert valid length check when fetching device IDsTetsuo Handa
2022-10-15Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman
2022-10-15Input: xpad - add supported devices as contributed on githubPavel Rojtberg
2022-09-20Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli
2022-09-08Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa
2022-01-05Input: spaceball - fix parsing of movement data packetsLeo L. Schwab
2021-11-18Input: iforce - fix control-message timeoutJohan Hovold
2021-10-20Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen
2021-03-04Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Olivier Crête
2021-02-10Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin
2020-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-11-30Input: xpad - support Ardwiino ControllersSanjay Govind
2020-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-09-28Input: joystick - add ADC attached joystick driver.Artur Rojek
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-07-21Merge branch 'for-linus' into nextDmitry Torokhov
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09Input: adi - work around module name confictArnd Bergmann
2020-04-22Input: xpad - add custom init packet for Xbox One S controllersŁukasz Patron
2019-10-29Input: psxpad-spi - switch to using polled mode of input devicesDmitry Torokhov
2019-09-05Input: sidewinder - make array seq static const, makes object smallerColin Ian King
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov
2019-08-06Input: iforce - add sanity checksOliver Neukum
2019-07-22Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov
2019-06-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov
2019-06-22Input: iforce - drop couple of temps from transport codeDmitry Torokhov
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov