summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
Commit message (Expand)AuthorAgeFilesLines
* Input: iforce - remove empty multiline commentsTim Schumacher2019-07-156-18/+0Star
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-1537-400/+37Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3028-368/+28Star
| * 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/+2Star
| * 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/+4Star
* | Input: iforce - drop bus type from iforce structureDmitry Torokhov2019-06-233-7/+0Star
* | 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/+1Star
* | 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/+22Star
* | Input: iforce - split into core and transport modulesDmitry Torokhov2019-06-237-43/+25Star
* | 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/+8Star
* | 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/+51Star
* | Input: iforce - introduce transport opsDmitry Torokhov2019-06-234-28/+29
* | Input: iforce - remove "being used" sillinessDmitry Torokhov2019-06-231-10/+1Star
|/
* Merge branch 'next' into for-linusDmitry Torokhov2019-03-041-1/+1
|\
| * Input: db9 - mark expected switch fall-throughGustavo A. R. Silva2019-02-171-1/+1
* | Merge tag 'v4.20' into for-linusDmitry Torokhov2019-01-154-11/+11
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-041-10/+6Star
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-10-121-0/+3
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-1927-226/+93Star
| |\ \ \
| * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-271-1/+1
| |\ \ \ \
| * | | | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-6/+6
| * | | | | docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-152-4/+4
| * | | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | | | | | Input: xpad - add support for SteelSeries Stratus DuoTom Panfil2019-01-141-0/+3
| |_|_|_|/ |/| | | |
* | | | | Input: xpad - quirk all PDP Xbox One gamepadsCameron Gutman2018-12-031-10/+6Star
| |_|_|/ |/| | |
* | | | Input: xpad - add support for Xbox1 PDP Camo series gamepadRamses Ramírez2018-10-021-0/+3
| |_|/ |/| |
* | | Merge branch 'next' into for-linusDmitry Torokhov2018-08-1627-226/+93Star
|\ \ \ | |_|/ |/| |
| * | Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+5
| * | Input: iforce - reorganize joystick configuration listsTim Schumacher2018-07-281-14/+5Star
| * | Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher2018-07-271-5/+6
| * | Input: iforce - reformat the packet dump outputTim Schumacher2018-07-274-11/+7Star
| * | Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-2726-104/+0Star
| * | Input: pxrc - flatten probe codeDmitry Torokhov2018-07-251-49/+35Star
| * | Input: pxrc - do not store unneeded data in driver structureDmitry Torokhov2018-07-251-18/+17Star
| * | Input: pxrc - move module device table closer to where it is usedDmitry Torokhov2018-07-251-6/+6