summaryrefslogtreecommitdiff
path: root/drivers/input/evbug.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-06-30Input: evbug - identify device by its sysfs IDDmitry Torokhov
2008-05-20Input: remove CVS keywordsAdrian Bunk
2007-04-12Input: rework handle creation codeDmitry Torokhov
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov
2006-09-14Input: constify input coreDmitry Torokhov
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman
2002-11-17[PATCH] C99 initializers for drivers/inputArt Haas
2002-11-09Handle return values from interface_register() and misc_register()Michael Still
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-10Fix a hang in serio code and a possible oops in input.Vojtech Pavlik
2002-07-03Add keyboard, mouse and touchscreen drivers.Vojtech Pavlik