summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorLines
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2010-11-18Input: fix typo in keycode validation supporting large scancodesMattia Dongili-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-11-11Input: do not pass injected events back to the originating handlerDmitry Torokhov-11/+26
2010-11-03Input: export input_reset_device() for use in KGDBDmitry Torokhov-15/+35
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-51/+147
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-09-09Input: add support for large scancodesMauro Carvalho Chehab-48/+144
2010-09-05Input: fix a few typosDmitry Torokhov-3/+3
2010-08-28Input: MT - initialize slots to unusedHenrik Rydberg-2/+9
2010-08-02Input: dynamically allocate ABS informationDaniel Mack-2/+40
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack-2/+2
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov-3/+3
2010-07-15Input: introduce MT event slotsHenrik Rydberg-43/+92
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov-1/+1
2010-07-03Input: release pressed keys when resuming deviceOliver Neukum-10/+29
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov-1/+8
2010-03-09Input: remove BKL, fix input_open_file() lockingArnd Bergmann-8/+10
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov-11/+9
2010-02-28Merge branch 'next' into for-linusDmitry Torokhov-18/+72
2010-02-04Input: add match() method to input hanldersDmitry Torokhov-7/+6
2010-01-30Input: implement input filtersDmitry Torokhov-7/+34
2010-01-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg-0/+1
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov-15/+71
2010-01-12Input: add compat support for sysfs and /proc capabilities outputDmitry Torokhov-15/+71
2010-01-06Input: cleanse capabilities bits before registering deviceDmitry Torokhov-0/+22
2010-01-06Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov-4/+10
2009-12-11Input: document use of input_event() functionDmitry Torokhov-2/+8
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov-11/+18
2009-12-01Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov-2/+35
2009-11-12Input: force LED reset on resumeDmitry Torokhov-11/+18
2009-11-02Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov-4/+5
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-17/+48
2009-10-14Input: fix locking issue in /proc/bus/input/ handlersDmitry Torokhov-17/+48
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan-0/+1
2009-10-01drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton-1/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+63
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers-2/+2
2009-09-17Input: add generic suspend and resume for input devicesDmitry Torokhov-1/+63
2009-09-15driver model: constify attribute groupsDavid Brownell-1/+1
2009-06-15Driver Core: input: add nodename for input driversKay Sievers-0/+6
2009-05-23Input: multitouch - add tracking ID to the protocolHenrik Rydberg-0/+1
2009-04-28Input: add detailed multi-touch finger data report protocolHenrik Rydberg-0/+13
2009-04-28Input: allow certain EV_ABS events to bypass all filteringHenrik Rydberg-0/+23
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov-1/+0
2009-04-11Input: remove unnecessary synchronize_rcu() callArjan van de Ven-1/+0
2009-04-08Merge branch 'next' into for-linusDmitry Torokhov-3/+10
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan-2/+0