summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/spaceorb.c
AgeCommit message (Expand)AuthorLines
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-2/+2
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov-4/+9
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov-5/+15
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov-3/+6
2004-10-21Input: when creating input devices for hardware attached toDmitry Torokhov-0/+1
2004-06-28Input: serio sysfs integrationDmitry Torokhov-4/+10
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov-5/+5
2004-05-09Input: trailing whitespace fixes in drivers/input/joystickDmitry Torokhov-9/+9
2003-04-20[PATCH] irqs: input driversAndrew Morton-1/+3
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik-3/+5
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik-0/+1
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik-0/+2
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik-3/+3
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik-4/+4
2002-02-25[PATCH] Input patch - joystick drivers updateVojtech Pavlik-16/+20
2002-02-05The patch moves:Vojtech Pavlik-0/+227