summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge branch 'next' into for-linusDmitry Torokhov3-6/+9
2022-12-08Input: pxspad - fix unused data warning when force feedback not enabledJonathan Cameron1-0/+3
2022-12-08Input: pxspad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-3/+3
2022-12-03Input: as5011 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-07Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap1-0/+1
2022-11-07Input: iforce - invert valid length check when fetching device IDsTetsuo Handa1-4/+4
2022-10-10Merge branch 'next' into for-linusDmitry Torokhov25-194/+396
2022-09-30input: drop empty comment blocksChristophe JAILLET22-66/+0
2022-09-29Input: xpad - add X-Box Adaptive Profile buttonNate Yocom1-2/+15
2022-09-29Input: xpad - add X-Box Adaptive XBox buttonNate Yocom1-1/+2
2022-09-29Input: xpad - add X-Box Adaptive supportNate Yocom1-0/+1
2022-09-28Input: xpad - decipher xpadone packages with GIP definesPavel Rojtberg1-30/+69
2022-09-28Input: xpad - refactor using BIT() macroPavel Rojtberg1-56/+57
2022-09-06Input: xpad - add support for XBOX One Elite paddlesChristopher Crockett1-61/+193
2022-09-06Input: xpad - Poweroff XBOX360W on mode button long pressSantosh De Massari1-0/+24
2022-09-06Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-09-06Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-08-29Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2022-08-28Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-08-17Input: adc-joystick - add polled input device supportChris Morgan1-12/+53
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-02Input: adc-joystick - fix ordering in adc_joystick_probe()Dmitry Torokhov1-7/+8
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov1-0/+1
2022-06-29Input: sensehat-joystick - remove unnecessary error messageYang Li1-3/+1
2022-06-01Input: raspberrypi-ts - add missing HAS_IOMEM dependencyRandy Dunlap1-0/+1
2022-04-25Input: add Raspberry Pi Sense HAT joystick driverCharles Mirabile3-0/+149
2022-03-21Input: adi - remove redundant variable zColin Ian King1-2/+2
2022-02-16Input: xbox - correct the name for Xbox Series S|X controllerMarcos Alano1-1/+1
2022-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+9
2021-12-31Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-10/+12
2021-11-12Merge branch 'next' into for-linusDmitry Torokhov3-10/+12
2021-11-10Input: iforce - fix control-message timeoutJohan Hovold1-1/+1
2021-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2021-10-16Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen1-0/+2
2021-10-05Input: analog - fix invalid snprintf() callArnd Bergmann1-8/+10
2021-09-21Input: tmdc - fix spelling mistake "Millenium" -> "Millennium"Colin Ian King1-1/+1
2021-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-94/+13
2021-09-09Input: analog - always use ktime functionsGuenter Roeck1-94/+13
2021-07-19Merge tag 'v5.13' into nextDmitry Torokhov1-0/+2
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2021-07-07Input: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-05Merge branch 'next' into for-linusDmitry Torokhov3-0/+156
2021-06-19Input: add SparkFun Qwiic Joystick driverOleh Kravchenko3-0/+156
2021-06-17um: allow disabling NO_IOMEMJohannes Berg1-0/+1
2021-05-25Input: xpad - map "Select" button on Microsoft Xbox One controllerChris Ye1-0/+6
2021-05-07Input: xpad - add support for Amazon Game ControllerMatt Reynolds1-0/+2
2021-03-10Input: n64joy - fix return value check in n64joy_probe()Wei Yongjun1-2/+2
2021-02-23Merge branch 'next' into for-linusDmitry Torokhov3-1/+353