summaryrefslogtreecommitdiff
path: root/drivers/input/joystick/sidewinder.c
AgeCommit message (Expand)Author
2021-07-06Input: Fix fall-through warning for ClangGustavo A. R. Silva
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-09-05Input: sidewinder - make array seq static const, makes object smallerColin Ian King
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov
2017-11-10Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-04-04Input: gameport - use module_gameport_driverAxel Lin
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack
2008-07-30Input: gameport - check return value of gameport_register_driver()Dmitry Torokhov
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-04-12Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov
2006-05-29Input: sidewinder - fix memory leakJesper Juhl
2006-01-29Input: sidewinder - handle errors from input_register_device()Dmitry Torokhov
2006-01-29Input: sidewinder - fix an oopsZinx Verituse
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg
2005-02-28input: Make gameport digital joysticks work on 2.6 and x86_64 again.Vojtech Pavlik
2005-02-16Input: fix timer handling race in sidewinder joystick driver byDmitry Torokhov
2005-02-10Input: remove gameport->private in favor of using driver-specific dataDmitry Torokhov
2005-02-10Input: integrate gameport drivers info dribver model/sysfs,Dmitry Torokhov
2005-02-10Input: more renames in gameport in preparations to sysfs integrationDmitry Torokhov
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2005-02-01[PATCH] Disable Sidewinder debug messagesMichael Marineau
2004-05-09Input: trailing whitespace fixes in drivers/input/joystickDmitry Torokhov
2003-06-20input: Fixes for sidewinder.c: Workaround forVojtech Pavlik
2003-04-29[PATCH] sidewinder: reduce stack usageRandy Dunlap
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik
2002-07-23[PATCH] irqlock patch 2.5.27-H6Ingo Molnar
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar
2002-02-25[PATCH] Input patch - joystick drivers updateVojtech Pavlik
2002-02-05The patch moves:Vojtech Pavlik