summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-19Merge branch 'next' into for-linusDmitry Torokhov1-49/+7
2011-02-03Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov1-26/+11
2011-02-01Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov1-48/+7
2011-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-59/+32
2011-01-07Merge branch 'next' into for-linusDmitry Torokhov1-59/+32
2010-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-1/+20
2010-12-20Input: fix double equality sign in ueventHenrik Rydberg1-1/+1
2010-12-20Input: introduce device propertiesHenrik Rydberg1-0/+19
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-47/+1
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-47/+1
2010-12-01Input: use pr_fmt and pr_<level>Joe Perches1-11/+11
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-11-18Input: fix typo in keycode validation supporting large scancodesMattia Dongili1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-11Input: do not pass injected events back to the originating handlerDmitry Torokhov1-11/+26
2010-11-03Input: export input_reset_device() for use in KGDBDmitry Torokhov1-15/+35
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-51/+147
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-10Input: add support for large scancodesMauro Carvalho Chehab1-48/+144
2010-09-05Input: fix a few typosDmitry Torokhov1-3/+3
2010-08-29Input: MT - initialize slots to unusedHenrik Rydberg1-2/+9
2010-08-03Input: dynamically allocate ABS informationDaniel Mack1-2/+40
2010-08-03Input: switch to input_abs_*() access functionsDaniel Mack1-2/+2
2010-07-16Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-07-16Input: introduce MT event slotsHenrik Rydberg1-43/+92
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov1-1/+1
2010-07-04Input: release pressed keys when resuming deviceOliver Neukum1-10/+29
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-22Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov1-1/+8
2010-03-10Input: remove BKL, fix input_open_file() lockingArnd Bergmann1-8/+10
2010-03-09Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-11/+9
2010-03-01Merge branch 'next' into for-linusDmitry Torokhov1-18/+72
2010-02-04Input: add match() method to input hanldersDmitry Torokhov1-7/+6
2010-01-30Input: implement input filtersDmitry Torokhov1-7/+34
2010-01-29Input: add the ABS_MT_PRESSURE eventHenrik Rydberg1-0/+1
2010-01-22Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov1-15/+71
2010-01-12Input: add compat support for sysfs and /proc capabilities outputDmitry Torokhov1-15/+71
2010-01-06Input: cleanse capabilities bits before registering deviceDmitry Torokhov1-0/+22
2010-01-06Input: automatically reset KEY_RESERVED bit for all input devicesDmitry Torokhov1-4/+10
2009-12-12Input: document use of input_event() functionDmitry Torokhov1-2/+8
2009-12-03Merge commit 'v2.6.32' into nextDmitry Torokhov1-11/+18
2009-12-02Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov1-2/+35
2009-11-13Input: force LED reset on resumeDmitry Torokhov1-11/+18
2009-11-03Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov1-4/+5
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-17/+48
2009-10-14Input: fix locking issue in /proc/bus/input/ handlersDmitry Torokhov1-17/+48
2009-10-05headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-10-02drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+63