aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/joystick/sidewinder.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29input: drop empty comment blocksGravatar Christophe JAILLET 1-3/+0
2021-07-06Input: Fix fall-through warning for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-07-07Input: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-5/+10
2019-09-05Input: sidewinder - make array seq static const, makes object smallerGravatar Colin Ian King 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2018-07-26Input: stop telling users to snail-mail VojtechGravatar Dmitry Torokhov 1-4/+0
2017-11-10Input: sidewinder - mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-5/+5
2014-01-06Input: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2012-04-04Input: gameport - use module_gameport_driverGravatar Axel Lin 1-12/+1
2010-08-02Input: switch to input_abs_*() access functionsGravatar Daniel Mack 1-7/+11
2008-07-30Input: gameport - check return value of gameport_register_driver()Gravatar Dmitry Torokhov 1-2/+1
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-1/+1
2007-04-12Input: joysticks - switch to using input_dev->dev.parentGravatar Dmitry Torokhov 1-1/+1
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyGravatar Dmitry Torokhov 1-3/+4
2006-06-26Input: fix potential overflows in driver/input/joystickGravatar Dmitry Torokhov 1-6/+9
2006-05-29Input: sidewinder - fix memory leakGravatar Jesper Juhl 1-5/+6
2006-01-29Input: sidewinder - handle errors from input_register_device()Gravatar Dmitry Torokhov 1-2/+6
2006-01-29Input: sidewinder - fix an oopsGravatar Zinx Verituse 1-1/+1
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationGravatar Dmitry Torokhov 1-28/+42
2005-09-07[PATCH] input: convert kcalloc to kzallocGravatar Pekka Enberg 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+807