aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-0/+1
2021-07-06Input: Fix fall-through warning for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-07-04Merge branch 'next' into for-linusGravatar Dmitry Torokhov 3-0/+156
2021-06-18Input: add SparkFun Qwiic Joystick driverGravatar Oleh Kravchenko 3-0/+156
2021-06-17um: allow disabling NO_IOMEMGravatar Johannes Berg 1-0/+1
2021-05-24Input: xpad - map "Select" button on Microsoft Xbox One controllerGravatar Chris Ye 1-0/+6
2021-05-06Input: xpad - add support for Amazon Game ControllerGravatar Matt Reynolds 1-0/+2
2021-03-09Input: n64joy - fix return value check in n64joy_probe()Gravatar Wei Yongjun 1-2/+2
2021-02-22Merge branch 'next' into for-linusGravatar Dmitry Torokhov 3-1/+353
2021-02-22Merge tag 'v5.11' into nextGravatar Dmitry Torokhov 1-1/+18
2021-02-16Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Gravatar Olivier Crête 1-0/+1
2021-01-24Input: Add N64 controller driverGravatar Lauri Kasanen 3-1/+353
2021-01-24Input: xpad - sync supported devices with fork on GitHubGravatar Benjamin Valentin 1-1/+16
2020-12-14Merge branch 'next' into for-linusGravatar Dmitry Torokhov 5-11/+10
2020-12-02Input: use input_device_enabled()Gravatar Andrzej Pietrasiewicz 1-2/+2
2020-11-30Input: xpad - support Ardwiino ControllersGravatar Sanjay Govind 1-0/+2
2020-11-19Input: xpad - demote non-conformant kernel-doc headerGravatar Lee Jones 1-1/+1
2020-11-17Merge tag 'v5.9' into nextGravatar Dmitry Torokhov 3-7/+6
2020-11-08Input: analog - fix formatting of error codeGravatar Zhang Qilong 1-1/+1
2020-09-28Input: joystick - add ADC attached joystick driver.Gravatar Artur Rojek 3-0/+275
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-3/+2
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 4-18/+25
2020-07-21Merge branch 'for-linus' into nextGravatar Dmitry Torokhov 1-0/+1
2020-07-07Input: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-18/+25
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-4/+4
2020-06-09Input: adi - work around module name confictGravatar Arnd Bergmann 1-0/+1
2020-04-22Input: xpad - add custom init packet for Xbox One S controllersGravatar Łukasz Patron 1-0/+12
2019-10-29Input: psxpad-spi - switch to using polled mode of input devicesGravatar Dmitry Torokhov 2-31/+34
2019-09-05Input: sidewinder - make array seq static const, makes object smallerGravatar Colin Ian King 1-1/+1
2019-08-11Merge tag 'v5.3-rc4' into nextGravatar Dmitry Torokhov 1-0/+5
2019-08-06Input: iforce - add sanity checksGravatar Oliver Neukum 1-0/+5
2019-07-22Input: add support for the FlySky FS-iA6B RC receiverGravatar Markus Koch 3-2/+244
2019-07-15Input: iforce - remove empty multiline commentsGravatar Tim Schumacher 6-18/+0
2019-07-15Merge tag 'v5.2' into nextGravatar Dmitry Torokhov 37-400/+37
2019-06-22Input: iforce - add the Saitek R440 Force WheelGravatar Tim Schumacher 2-0/+2
2019-06-22Input: iforce - use unaligned accessors, where appropriateGravatar Dmitry Torokhov 2-7/+12
2019-06-22Input: iforce - drop couple of temps from transport codeGravatar Dmitry Torokhov 2-10/+4
2019-06-22Input: iforce - drop bus type from iforce structureGravatar Dmitry Torokhov 3-7/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersGravatar Dmitry Torokhov 3-15/+25
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsGravatar Dmitry Torokhov 4-30/+47
2019-06-22Input: iforce - only call iforce_process_packet() if initializedGravatar Dmitry Torokhov 2-4/+1
2019-06-22Input: iforce - signal command completion from transport codeGravatar Dmitry Torokhov 2-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Gravatar Dmitry Torokhov 4-11/+13
2019-06-22Input: iforce - factor out hat handling when parsing packetsGravatar Dmitry Torokhov 1-44/+57
2019-06-22Input: iforce - update formatting of switch statementsGravatar Dmitry Torokhov 3-100/+100
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBGravatar Dmitry Torokhov 1-46/+22
2019-06-22Input: iforce - split into core and transport modulesGravatar Dmitry Torokhov 7-43/+25
2019-06-22Input: iforce - move transport data into transport modulesGravatar Dmitry Torokhov 3-104/+144
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Gravatar Dmitry Torokhov 4-18/+8