summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2021-02-233-1/+353
|\
| * Merge tag 'v5.11' into nextDmitry Torokhov2021-02-231-1/+18
| |\
| * | Input: Add N64 controller driverLauri Kasanen2021-01-253-1/+353
* | | Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Olivier Crête2021-02-171-0/+1
| |/ |/|
* | Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin2021-01-251-1/+16
* | Merge branch 'next' into for-linusDmitry Torokhov2020-12-155-11/+10
|\|
| * Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-031-2/+2
| * Input: xpad - demote non-conformant kernel-doc headerLee Jones2020-11-201-1/+1
| * Merge tag 'v5.9' into nextDmitry Torokhov2020-11-183-7/+6
| |\
| | * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-3/+2
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-08-114-18/+25
| | |\
| | * | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-4/+4
| * | | Input: analog - fix formatting of error codeZhang Qilong2020-11-091-1/+1
* | | | Input: xpad - support Ardwiino ControllersSanjay Govind2020-12-011-0/+2
|/ / /
* | / Input: joystick - add ADC attached joystick driver.Artur Rojek2020-09-293-0/+275
| |/ |/|
* | Merge branch 'for-linus' into nextDmitry Torokhov2020-07-221-0/+1
|\|
| * Input: adi - work around module name confictArnd Bergmann2020-06-091-0/+1
* | Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-074-18/+25
|/
* Input: xpad - add custom init packet for Xbox One S controllersŁukasz Patron2020-04-221-0/+12
* Input: psxpad-spi - switch to using polled mode of input devicesDmitry Torokhov2019-10-302-31/+34
* Input: sidewinder - make array seq static const, makes object smallerColin Ian King2019-09-061-1/+1
* Merge tag 'v5.3-rc4' into nextDmitry Torokhov2019-08-121-0/+5
|\
| * Input: iforce - add sanity checksOliver Neukum2019-08-061-0/+5
* | Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch2019-07-223-2/+244
|/
* Input: iforce - remove empty multiline commentsTim Schumacher2019-07-156-18/+0
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-1537-400/+37
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3028-368/+28
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-1/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31Thomas Gleixner2019-05-242-26/+2
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* | Input: iforce - add the Saitek R440 Force WheelTim Schumacher2019-06-232-0/+2
* | Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2019-06-232-7/+12
* | Input: iforce - drop couple of temps from transport codeDmitry Torokhov2019-06-232-10/+4
* | Input: iforce - drop bus type from iforce structureDmitry Torokhov2019-06-233-7/+0
* | Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov2019-06-233-15/+25
* | Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov2019-06-234-30/+47
* | Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov2019-06-232-4/+1
* | Input: iforce - signal command completion from transport codeDmitry Torokhov2019-06-232-5/+6
* | Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov2019-06-234-11/+13
* | Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov2019-06-231-44/+57
* | Input: iforce - update formatting of switch statementsDmitry Torokhov2019-06-233-100/+100
* | Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov2019-06-231-46/+22
* | Input: iforce - split into core and transport modulesDmitry Torokhov2019-06-237-43/+25
* | Input: iforce - move transport data into transport modulesDmitry Torokhov2019-06-233-104/+144
* | Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov2019-06-234-18/+8
* | Input: iforce - introduce start and stop io transport opsDmitry Torokhov2019-06-234-23/+34
* | Input: iforce - move command completion handling to serio codeDmitry Torokhov2019-06-232-8/+11
* | Input: iforce - move get_id to the transport operationsDmitry Torokhov2019-06-234-65/+51