index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
/
db9.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
Input: db9 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-16
/
+14
2024-07-19
Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
1
-1
/
+0
2024-06-09
Input: joystick - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
1
-1
/
+1
2022-09-29
input: drop empty comment blocks
Christophe JAILLET
1
-3
/
+0
2020-07-07
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-5
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-13
/
+1
2019-02-16
Input: db9 - mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-08
Input: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+5
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
1
-4
/
+0
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-04-10
Input: db9 - use setup_timer
Geliang Tang
1
-3
/
+1
2015-11-17
Input: db9 - clear unused function pointers
Sudip Mukherjee
1
-0
/
+1
2015-10-05
Input: db9 - store object at correct index
Sudip Mukherjee
1
-9
/
+10
2015-09-28
Input: db9 - use parallel port device model
Sudip Mukherjee
1
-54
/
+56
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2008-05-20
Input: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-01-21
Input: drop redundant includes of moduleparam.h
Julia Lawall
1
-1
/
+0
2007-10-19
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
1
-1
/
+1
2007-05-28
Input: db9 - do not ignore dev2 module parameter
Dmitry Torokhov
1
-1
/
+1
2007-05-03
Input: drivers/joystick - fix various sparse warnings
Dmitry Torokhov
1
-9
/
+9
2007-04-12
Input: drivers/input/joystick - don't access dev->private directly
Dmitry Torokhov
1
-3
/
+4
2007-02-18
Input: remove obsolete setup parameters from input drivers
Dmitry Torokhov
1
-4
/
+0
2006-06-27
Input: db9 - fix potential buffer overrun
Eric Sesterhenn
1
-1
/
+1
2006-06-26
Input: fix potential overflows in driver/input/joystick
Dmitry Torokhov
1
-1
/
+2
2006-02-19
Input: joysticks - semaphore to mutex conversion
Ingo Molnar
1
-6
/
+7
2006-01-29
Input: db9 - handle errors from input_register_device()
Dmitry Torokhov
1
-5
/
+10
2006-01-29
Input: db9 - fix possible crash with Saturn gamepads
Dmitry Torokhov
1
-34
/
+36
2005-10-28
[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
Dmitry Torokhov
1
-116
/
+176
2005-09-07
[PATCH] input: convert kcalloc to kzalloc
Pekka Enberg
1
-1
/
+1
2005-05-29
Input: fix open/close races in joystick drivers - add a semaphore
Dmitry Torokhov
1
-4
/
+13
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+647