index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: psxpad-spi - switch to using polled mode of input devices
Dmitry Torokhov
2019-10-29
2
-31
/
+34
*
Input: sidewinder - make array seq static const, makes object smaller
Colin Ian King
2019-09-05
1
-1
/
+1
*
Merge tag 'v5.3-rc4' into next
Dmitry Torokhov
2019-08-11
1
-0
/
+5
|
\
|
*
Input: iforce - add sanity checks
Oliver Neukum
2019-08-06
1
-0
/
+5
*
|
Input: add support for the FlySky FS-iA6B RC receiver
Markus Koch
2019-07-22
3
-2
/
+244
|
/
*
Input: iforce - remove empty multiline comments
Tim Schumacher
2019-07-15
6
-18
/
+0
*
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-07-15
37
-400
/
+37
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
28
-368
/
+28
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Thomas Gleixner
2019-05-30
1
-1
/
+1
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31
Thomas Gleixner
2019-05-24
2
-26
/
+2
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
3
-0
/
+3
|
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
|
Input: iforce - add the Saitek R440 Force Wheel
Tim Schumacher
2019-06-22
2
-0
/
+2
*
|
Input: iforce - use unaligned accessors, where appropriate
Dmitry Torokhov
2019-06-22
2
-7
/
+12
*
|
Input: iforce - drop couple of temps from transport code
Dmitry Torokhov
2019-06-22
2
-10
/
+4
*
|
Input: iforce - drop bus type from iforce structure
Dmitry Torokhov
2019-06-22
3
-7
/
+0
*
|
Input: iforce - use DMA-safe buffores for USB transfers
Dmitry Torokhov
2019-06-22
3
-15
/
+25
*
|
Input: iforce - allow callers supply data buffer when fetching device IDs
Dmitry Torokhov
2019-06-22
4
-30
/
+47
*
|
Input: iforce - only call iforce_process_packet() if initialized
Dmitry Torokhov
2019-06-22
2
-4
/
+1
*
|
Input: iforce - signal command completion from transport code
Dmitry Torokhov
2019-06-22
2
-5
/
+6
*
|
Input: iforce - do not combine arguments for iforce_process_packet()
Dmitry Torokhov
2019-06-22
4
-11
/
+13
*
|
Input: iforce - factor out hat handling when parsing packets
Dmitry Torokhov
2019-06-22
1
-44
/
+57
*
|
Input: iforce - update formatting of switch statements
Dmitry Torokhov
2019-06-22
3
-100
/
+100
*
|
Input: iforce - use DMA-safe buffer when getting IDs from USB
Dmitry Torokhov
2019-06-22
1
-46
/
+22
*
|
Input: iforce - split into core and transport modules
Dmitry Torokhov
2019-06-22
7
-43
/
+25
*
|
Input: iforce - move transport data into transport modules
Dmitry Torokhov
2019-06-22
3
-104
/
+144
*
|
Input: iforce - add bus type and parent arguments to iforce_init_device()
Dmitry Torokhov
2019-06-22
4
-18
/
+8
*
|
Input: iforce - introduce start and stop io transport ops
Dmitry Torokhov
2019-06-22
4
-23
/
+34
*
|
Input: iforce - move command completion handling to serio code
Dmitry Torokhov
2019-06-22
2
-8
/
+11
*
|
Input: iforce - move get_id to the transport operations
Dmitry Torokhov
2019-06-22
4
-65
/
+51
*
|
Input: iforce - introduce transport ops
Dmitry Torokhov
2019-06-22
4
-28
/
+29
*
|
Input: iforce - remove "being used" silliness
Dmitry Torokhov
2019-06-22
1
-10
/
+1
|
/
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-03-03
1
-1
/
+1
|
\
|
*
Input: db9 - mark expected switch fall-through
Gustavo A. R. Silva
2019-02-16
1
-1
/
+1
*
|
Merge tag 'v4.20' into for-linus
Dmitry Torokhov
2019-01-14
4
-11
/
+11
|
\
\
|
|
/
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-12-04
1
-10
/
+6
|
|
\
|
*
\
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Greg Kroah-Hartman
2018-10-12
1
-0
/
+3
|
|
\
\
|
*
\
\
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-08-18
27
-226
/
+93
|
|
\
\
\
|
*
\
\
\
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-06-27
1
-1
/
+1
|
|
\
\
\
\
|
*
|
|
|
|
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
2
-6
/
+6
|
*
|
|
|
|
docs: fix broken references with multiple hints
Mauro Carvalho Chehab
2018-06-15
2
-4
/
+4
|
*
|
|
|
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
|
|
|
|
Input: xpad - add support for SteelSeries Stratus Duo
Tom Panfil
2019-01-13
1
-0
/
+3
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Input: xpad - quirk all PDP Xbox One gamepads
Cameron Gutman
2018-12-03
1
-10
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Input: xpad - add support for Xbox1 PDP Camo series gamepad
Ramses RamÃrez
2018-10-01
1
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'next' into for-linus
Dmitry Torokhov
2018-08-16
27
-226
/
+93
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Input: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-08
1
-0
/
+5
|
*
|
Input: iforce - reorganize joystick configuration lists
Tim Schumacher
2018-07-27
1
-14
/
+5
|
*
|
Input: iforce - assign BTN_DEAD only for specific devices
Tim Schumacher
2018-07-27
1
-5
/
+6
[next]