index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
Age
Commit message (
Expand
)
Author
Lines
2019-06-22
Input: iforce - only call iforce_process_packet() if initialized
Dmitry Torokhov
-4
/
+1
2019-06-22
Input: iforce - signal command completion from transport code
Dmitry Torokhov
-5
/
+6
2019-06-22
Input: iforce - do not combine arguments for iforce_process_packet()
Dmitry Torokhov
-11
/
+13
2019-06-22
Input: iforce - factor out hat handling when parsing packets
Dmitry Torokhov
-44
/
+57
2019-06-22
Input: iforce - update formatting of switch statements
Dmitry Torokhov
-100
/
+100
2019-06-22
Input: iforce - use DMA-safe buffer when getting IDs from USB
Dmitry Torokhov
-46
/
+22
2019-06-22
Input: iforce - split into core and transport modules
Dmitry Torokhov
-43
/
+25
2019-06-22
Input: iforce - move transport data into transport modules
Dmitry Torokhov
-104
/
+144
2019-06-22
Input: iforce - add bus type and parent arguments to iforce_init_device()
Dmitry Torokhov
-18
/
+8
2019-06-22
Input: iforce - introduce start and stop io transport ops
Dmitry Torokhov
-23
/
+34
2019-06-22
Input: iforce - move command completion handling to serio code
Dmitry Torokhov
-8
/
+11
2019-06-22
Input: iforce - move get_id to the transport operations
Dmitry Torokhov
-65
/
+51
2019-06-22
Input: iforce - introduce transport ops
Dmitry Torokhov
-28
/
+29
2019-06-22
Input: iforce - remove "being used" silliness
Dmitry Torokhov
-10
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
-368
/
+28
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Thomas Gleixner
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31
Thomas Gleixner
-26
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
-0
/
+2
2019-03-03
Merge branch 'next' into for-linus
Dmitry Torokhov
-1
/
+1
2019-02-16
Input: db9 - mark expected switch fall-through
Gustavo A. R. Silva
-1
/
+1
2019-01-14
Merge tag 'v4.20' into for-linus
Dmitry Torokhov
-11
/
+11
2019-01-13
Input: xpad - add support for SteelSeries Stratus Duo
Tom Panfil
-0
/
+3
2018-12-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-10
/
+6
2018-12-03
Input: xpad - quirk all PDP Xbox One gamepads
Cameron Gutman
-10
/
+6
2018-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Greg Kroah-Hartman
-0
/
+3
2018-10-01
Input: xpad - add support for Xbox1 PDP Camo series gamepad
Ramses RamÃrez
-0
/
+3
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-226
/
+93
2018-08-16
Merge branch 'next' into for-linus
Dmitry Torokhov
-226
/
+93
2018-08-08
Input: mark expected switch fall-throughs
Gustavo A. R. Silva
-0
/
+5
2018-07-27
Input: iforce - reorganize joystick configuration lists
Tim Schumacher
-14
/
+5
2018-07-27
Input: iforce - assign BTN_DEAD only for specific devices
Tim Schumacher
-5
/
+6
2018-07-26
Input: iforce - reformat the packet dump output
Tim Schumacher
-11
/
+7
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
-104
/
+0
2018-07-25
Input: pxrc - flatten probe code
Dmitry Torokhov
-49
/
+35
2018-07-25
Input: pxrc - do not store unneeded data in driver structure
Dmitry Torokhov
-18
/
+17
2018-07-25
Input: pxrc - move module device table closer to where it is used
Dmitry Torokhov
-6
/
+6
2018-07-25
Input: pxrc - fix freeing URB on device teardown
Dmitry Torokhov
-36
/
+30
2018-07-25
Input: pxrc - do not store USB device in private struct
Marcus Folkesson
-7
/
+6
2018-07-04
Input: iforce - use GFP_KERNEL in iforce_get_id_packet()
Sebastian Andrzej Siewior
-1
/
+1
2018-06-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-1
/
+1
2018-06-21
Input: xpad - fix GPD Win 2 controller name
Enno Boland
-1
/
+1
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
-6
/
+6
2018-06-15
docs: fix broken references with multiple hints
Mauro Carvalho Chehab
-4
/
+4
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
-1
/
+1
2018-06-04
Input: xpad - add GPD Win 2 Controller USB IDs
Ethan Lee
-0
/
+2
2018-05-24
Merge tag 'v4.17-rc6' into next
Dmitry Torokhov
-3
/
+8
2018-05-08
Input: gamecon - avoid using __set_bit() for capabilities
Marcus Folkesson
-12
/
+15
2018-05-08
Input: as5011 - avoid using __set_bit() for capabilities
Marcus Folkesson
-3
/
+1
[prev]
[next]