summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2006-01-13[PATCH] INPUT: add MODALIAS to the event environmentKay Sievers
2006-01-10Input: prepare for f_ops constnessArjan van de Ven
2006-01-04[PATCH] Input: add modalias supportRusty Russell
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers
2005-11-20Input: handle failures in input_register_device()Dmitry Torokhov
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov
2005-11-02Input: fix input device deregistrationDmitry Torokhov
2005-11-02Input: do not register statically allocated devicesDmitry Torokhov
2005-10-31Input: fix input_dev registration messageDmitry Torokhov
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov
2005-09-24[PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie
2005-07-01Input: cannot refer to __exit from within __init.Andrew Morton
2005-06-30Input: rearrange procfs code to reduce number of #ifdefsDmitry Torokhov
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de
2005-06-01Input: do not corrupt system-wide procfs fops.Luke Kosewski
2005-05-29Input: add semaphore and user count to input_dev structure;Dmitry Torokhov
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2005-02-04Input: use msecs_to_jiffies instead of homegrown ms_to_jiffiesDmitry Torokhov
2005-01-14[PATCH] random: add_input_randomnessMatt Mackall
2004-11-18Manual mergeVojtech Pavlik
2004-10-31[PATCH] take me home, hotplug_path[]Kay Sievers
2004-10-21Input: get rid of pm_dev in input core as it is deprecated andDmitry Torokhov
2004-09-23input: Remove calls to pm_access() and pm_dev_idle() from input.c, asPatrick Mochel
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen
2004-04-22Input: trailing whitespace fixesDmitry Torokhov
2004-03-10[PATCH] class_simple cleanup in inputChris Wright
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman
2003-12-18[PATCH] Add black list to handler<->device matchingDmitry Torokhov
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik
2003-09-19input: Remove a not necessary #ifdef CONFIG_PROC_FS/#endif in input.cLuiz Capitulino
2003-09-19input: Fix a warning in input.c when CONFIG_PROC_FS is not set.Luiz Capitulino
2003-09-18input.c:Vojtech Pavlik
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro
2003-08-22Input: typo in device matching.Linus Torvalds
2003-08-14[PATCH] janitor: input cleanupsRandy Dunlap
2003-06-09input: Implement input device grabbing so that it is possible to stealZephaniah E. Hull
2003-05-07[PATCH] devfs: API changesAndrew Morton
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman