summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/rpcmouse.c
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2012-09-19input: rpcmouse: use __iomem pointers for MMIOArnd Bergmann
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-11-05Input: mice - handle errors when registering input devicesDmitry Torokhov
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov
2005-05-29Input: whitespace fixes in drivers/input/mouseDmitry Torokhov
2003-05-13[ARM] Update a variety of ARM drivers to use irqreturn_t.Russell King
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2003-01-18[ARM] Fix printk in rpcmouse.cRussell King
2002-11-09Some fixes after conflict merge, in rpcmouse.c and rpckbd.cVojtech Pavlik
2002-11-09Conflict merge of rpcmouse.c and rpckbd.cVojtech Pavlik
2002-11-06[ARM] Fix Acorn RISCPC mouse input driverRussell King
2002-10-13Here's a patch that makes the RiscPC input bits work in 2.5:Russell King
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-25The following fixes compilation errors in the AcornVojtech Pavlik
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik
2002-07-08Change rpcmouse.c to use BUS_HOST instead of BUS_ISA.Vojtech Pavlik
2002-07-08Fixes (to make it compile), cleanups (in comments) for Amiga andVojtech Pavlik
2002-07-03Add keyboard, mouse and touchscreen drivers.Vojtech Pavlik