aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evbug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-04Input: Make some needlessly global code static.Adrian Bunk1-2/+2
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov1-7/+7
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman1-12/+0
2002-11-17[PATCH] C99 initializers for drivers/inputArt Haas1-1/+1
2002-11-09Handle return values from interface_register() and misc_register()Michael Still1-2/+7
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel1-0/+8
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik1-5/+5
2002-07-10Fix a hang in serio code and a possible oops in input.Vojtech Pavlik1-0/+3
2002-07-03Add keyboard, mouse and touchscreen drivers.Vojtech Pavlik1-0/+99