aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05Input: analog - fix invalid snprintf() callArnd Bergmann1-8/+10
2021-09-20Input: tmdc - fix spelling mistake "Millenium" -> "Millennium"Colin Ian King1-1/+1
2021-07-18Merge tag 'v5.13' into nextDmitry Torokhov1-0/+2
2021-06-18Input: add SparkFun Qwiic Joystick driverOleh Kravchenko3-0/+156
2021-05-06Input: xpad - add support for Amazon Game ControllerMatt Reynolds1-0/+2
2021-03-09Input: n64joy - fix return value check in n64joy_probe()Wei Yongjun1-2/+2
2021-02-22Merge branch 'next' into for-linusDmitry Torokhov3-1/+353
2021-02-22Merge tag 'v5.11' into nextDmitry Torokhov1-1/+18
2021-02-16Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Series X|SOlivier Crête1-0/+1
2021-01-24Input: Add N64 controller driverLauri Kasanen3-1/+353
2021-01-24Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin1-1/+16
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov5-11/+10
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2020-11-30Input: xpad - support Ardwiino ControllersSanjay Govind1-0/+2
2020-11-19Input: xpad - demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-17Merge tag 'v5.9' into nextDmitry Torokhov3-7/+6
2020-11-08Input: analog - fix formatting of error codeZhang Qilong1-1/+1
2020-09-28Input: joystick - add ADC attached joystick driver.Artur Rojek3-0/+275
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+2
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-18/+25
2020-07-21Merge branch 'for-linus' into nextDmitry Torokhov1-0/+1
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva4-18/+25
2020-06-14treewide: 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-22Input: xpad - add custom init packet for Xbox One S controllersŁukasz Patron1-0/+12
2019-10-29Input: psxpad-spi - switch to using polled mode of input devicesDmitry Torokhov2-31/+34
2019-09-05Input: sidewinder - make array seq static const, makes object smallerColin Ian King1-1/+1
2019-08-11Merge 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-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher2-0/+2
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2-7/+12
2019-06-22Input: iforce - drop couple of temps from transport codeDmitry Torokhov2-10/+4
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov3-7/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov3-15/+25
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov4-30/+47
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov2-4/+1
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov2-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov4-11/+13
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov1-44/+57
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov3-100/+100
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov1-46/+22
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov7-43/+25
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov3-104/+144
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov4-18/+8
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov4-23/+34
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov2-8/+11
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov4-65/+51