summaryrefslogtreecommitdiff
path: root/drivers/input/joystick/warrior.c
AgeCommit message (Expand)Author
2024-06-09Input: joystick - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2022-09-29input: drop empty comment blocksChristophe JAILLET
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 31Thomas Gleixner
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov
2017-08-18Input: warrior - constify serio_device_idArvind Yadav
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-04-04Input: serio - use module_serio_driverAxel Lin
2008-05-20Input: remove CVS keywordsAdrian Bunk
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-11-23Input: handle serio_register_driver() errorsAkinobu Mita
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov
2005-12-30[PATCH] Input: warrior - fix HAT0Y axis setupDmitry Torokhov
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov
2004-10-21Input: when creating input devices for hardware attached toDmitry Torokhov
2004-06-28Input: serio sysfs integrationDmitry Torokhov
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov
2004-05-09Input: trailing whitespace fixes in drivers/input/joystickDmitry Torokhov
2003-04-20[PATCH] irqs: input driversAndrew Morton
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik
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-02-25[PATCH] Input patch - joystick drivers updateVojtech Pavlik
2002-02-05The patch moves:Vojtech Pavlik