aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2010-03-09Input: remove BKL, fix input_open_file() lockingArnd Bergmann
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov
2010-02-28Merge branch 'next' into for-linusDmitry Torokhov
2010-02-04Input: add match() method to input hanldersDmitry Torokhov
2010-01-30Input: implement input filtersDmitry Torokhov
2010-01-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov
2010-01-12Input: add compat support for sysfs and /proc capabilities outputDmitry Torokhov
2010-01-06Input: cleanse capabilities bits before registering deviceDmitry Torokhov
2010-01-06Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov
2009-12-11Input: document use of input_event() functionDmitry Torokhov
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov
2009-12-01Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov
2009-11-12Input: force LED reset on resumeDmitry Torokhov
2009-11-02Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2009-10-14Input: fix locking issue in /proc/bus/input/ handlersDmitry Torokhov
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-10-01drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-17Input: add generic suspend and resume for input devicesDmitry Torokhov
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-06-15Driver Core: input: add nodename for input driversKay Sievers
2009-05-23Input: multitouch - add tracking ID to the protocolHenrik Rydberg
2009-04-28Input: add detailed multi-touch finger data report protocolHenrik Rydberg
2009-04-28Input: allow certain EV_ABS events to bypass all filteringHenrik Rydberg
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov
2009-04-11Input: remove unnecessary synchronize_rcu() callArjan van de Ven
2009-04-08Merge branch 'next' into for-linusDmitry Torokhov
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-08Input: fix polling of /proc/bus/input/devicesDmitry Torokhov
2009-01-29Input: stop autorepeat timer on key releaseJohannes Berg
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov
2008-06-30Input: don't reset sync flag when ignoring eventDmitry Torokhov
2008-06-20Input: cdev lock_kernel() pushdownJonathan Corbet
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev
2008-04-29proc: remove proc_busAlexey Dobriyan
2008-01-31Input: constify function pointer tables (seq_operations)Jan Engelhardt
2008-01-21Input: remove cdev from input_dev structureDmitry Torokhov
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov
2008-01-03Input: pass EV_PWR events to event handlersRichard Purdie
2007-12-14Input: Handle EV_PWR type of input caps in input_set_capability.Dmitry Baryshkov
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-10-13Input: use full RCU APIDmitry Torokhov
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-08-30Input: implement proper locking in input coreDmitry Torokhov
2007-07-18Input: switch to using seq_list_xxx helpersPavel Emelianov