summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Input: iforce - invert valid length check when fetching device IDsTetsuo Handa1-4/+4
2022-10-15Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-10-15Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-09-20Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2022-09-15Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-01-05Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-11-17Input: iforce - fix control-message timeoutJohan Hovold1-1/+1
2021-10-20Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen1-0/+2
2021-03-04Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie...Olivier Crête1-0/+1
2021-02-10Input: xpad - sync supported devices with fork on GitHubBenjamin Valentin1-1/+16
2020-12-08Input: xpad - support Ardwiino ControllersSanjay Govind1-0/+2
2020-06-03Input: xpad - add custom init packet for Xbox One S controllersŁukasz Patron1-0/+12
2019-12-13Input: Fix memory leak in psxpad_spi_probeNavid Emamdoost1-1/+1
2019-09-06Input: sidewinder - make array seq static const, makes object smallerColin Ian King1-1/+1
2019-08-12Merge 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-23Input: iforce - add the Saitek R440 Force WheelTim Schumacher2-0/+2
2019-06-23Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2-7/+12
2019-06-23Input: iforce - drop couple of temps from transport codeDmitry Torokhov2-10/+4
2019-06-23Input: iforce - drop bus type from iforce structureDmitry Torokhov3-7/+0
2019-06-23Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov3-15/+25
2019-06-23Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov4-30/+47
2019-06-23Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov2-4/+1
2019-06-23Input: iforce - signal command completion from transport codeDmitry Torokhov2-5/+6
2019-06-23Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov4-11/+13
2019-06-23Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov1-44/+57
2019-06-23Input: iforce - update formatting of switch statementsDmitry Torokhov3-100/+100
2019-06-23Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov1-46/+22
2019-06-23Input: iforce - split into core and transport modulesDmitry Torokhov7-43/+25
2019-06-23Input: iforce - move transport data into transport modulesDmitry Torokhov3-104/+144
2019-06-23Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov4-18/+8
2019-06-23Input: iforce - introduce start and stop io transport opsDmitry Torokhov4-23/+34
2019-06-23Input: iforce - move command completion handling to serio codeDmitry Torokhov2-8/+11
2019-06-23Input: iforce - move get_id to the transport operationsDmitry Torokhov4-65/+51
2019-06-23Input: iforce - introduce transport opsDmitry Torokhov4-28/+29
2019-06-23Input: iforce - remove "being used" sillinessDmitry Torokhov1-10/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner28-368/+28
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-03-04Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2019-02-17Input: db9 - mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-01-15Merge tag 'v4.20' into for-linusDmitry Torokhov4-11/+11
2019-01-14Input: xpad - add support for SteelSeries Stratus DuoTom Panfil1-0/+3
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-10/+6