summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorLines
2019-09-05Input: sidewinder - make array seq static const, makes object smallerColin Ian King-1/+1
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov-0/+5
2019-08-06Input: iforce - add sanity checksOliver Neukum-0/+5
2019-07-22Input: add support for the FlySky FS-iA6B RC receiverMarkus Koch-2/+244
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher-18/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov-400/+37
2019-06-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher-0/+2
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov-7/+12
2019-06-22Input: iforce - drop couple of temps from transport codeDmitry Torokhov-10/+4
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov-7/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov-15/+25
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov-30/+47
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov-4/+1
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov-11/+13
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov-44/+57
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov-100/+100
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov-46/+22
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov-43/+25
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov-104/+144
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov-18/+8
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov-23/+34
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov-8/+11
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov-65/+51
2019-06-22Input: iforce - introduce transport opsDmitry Torokhov-28/+29
2019-06-22Input: iforce - remove "being used" sillinessDmitry Torokhov-10/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-368/+28
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31Thomas Gleixner-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2019-03-03Merge branch 'next' into for-linusDmitry Torokhov-1/+1
2019-02-16Input: db9 - mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-01-14Merge tag 'v4.20' into for-linusDmitry Torokhov-11/+11
2019-01-13Input: xpad - add support for SteelSeries Stratus DuoTom Panfil-0/+3
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-10/+6
2018-12-03Input: xpad - quirk all PDP Xbox One gamepadsCameron Gutman-10/+6
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman-0/+3
2018-10-01Input: xpad - add support for Xbox1 PDP Camo series gamepadRamses Ramírez-0/+3
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-226/+93
2018-08-16Merge branch 'next' into for-linusDmitry Torokhov-226/+93
2018-08-08Input: mark expected switch fall-throughsGustavo A. R. Silva-0/+5
2018-07-27Input: iforce - reorganize joystick configuration listsTim Schumacher-14/+5
2018-07-27Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher-5/+6
2018-07-26Input: iforce - reformat the packet dump outputTim Schumacher-11/+7
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov-104/+0
2018-07-25Input: pxrc - flatten probe codeDmitry Torokhov-49/+35
2018-07-25Input: pxrc - do not store unneeded data in driver structureDmitry Torokhov-18/+17
2018-07-25Input: pxrc - move module device table closer to where it is usedDmitry Torokhov-6/+6