summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorLines
2006-04-29Input: make EVIOCGSND return meaningful dataDmitry Torokhov-0/+3
2006-04-26Input: move input_device_id to mod_devicetable.hDmitry Torokhov-4/+4
2006-04-02Input: make modalias code respect allowed buffer sizeDmitry Torokhov-39/+71
2006-04-02Input: convert /proc handling to seq_fileDmitry Torokhov-111/+168
2006-04-02Input: limit attributes' output to PAGE_SIZEDmitry Torokhov-12/+24
2006-04-02Manual merge with Linus.Dmitry Torokhov-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-1/+1
2006-02-19Input: input core - semaphore to mutex conversionJes Sorensen-7/+8
2006-01-13[PATCH] INPUT: add MODALIAS to the event environmentKay Sievers-18/+37
2006-01-10Input: prepare for f_ops constnessArjan van de Ven-1/+1
2006-01-04[PATCH] Input: add modalias supportRusty Russell-0/+39
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers-7/+7
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers-1/+0
2005-11-20Input: handle failures in input_register_device()Dmitry Torokhov-27/+36
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov-1/+1
2005-11-02Input: fix input device deregistrationDmitry Torokhov-0/+1
2005-11-02Input: do not register statically allocated devicesDmitry Torokhov-11/+15
2005-10-31Input: fix input_dev registration messageDmitry Torokhov-1/+1
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov-145/+104
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman-7/+7
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman-7/+12
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov-0/+6
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov-5/+72
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov-7/+0
2005-09-24[PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov-0/+1
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie-0/+11
2005-07-01Input: cannot refer to __exit from within __init.Andrew Morton-1/+1
2005-06-30Input: rearrange procfs code to reduce number of #ifdefsDmitry Torokhov-191/+198
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds-5/+32
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de-5/+5
2005-06-01Input: do not corrupt system-wide procfs fops.Luke Kosewski-0/+4
2005-05-29Input: add semaphore and user count to input_dev structure;Dmitry Torokhov-5/+28
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+748