aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Input: properly assign return value of clamp() macro.Gravatar Hans Petter Selasky 1-1/+1
2011-05-12Input: remove useless synchronize_rcu() callsGravatar Eric Dumazet 1-1/+0
2011-04-18Input: estimate number of events per packetGravatar Jeff Brown 1-0/+40
2011-03-18Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-49/+7
2011-02-02Revert "Input: do not pass injected events back to the originating handler"Gravatar Dmitry Torokhov 1-26/+11
2011-01-31Input: switch completely over to the new versions of get/setkeycodeGravatar Dmitry Torokhov 1-48/+7
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-59/+32
2011-01-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-59/+32
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Gravatar Dmitry Torokhov 1-1/+20
2010-12-20Input: fix double equality sign in ueventGravatar Henrik Rydberg 1-1/+1
2010-12-20Input: introduce device propertiesGravatar Henrik Rydberg 1-0/+19
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Gravatar Dmitry Torokhov 1-47/+1
2010-12-16input: mt: Break out slots handlingGravatar Henrik Rydberg 1-47/+1
2010-11-30Input: use pr_fmt and pr_<level>Gravatar Joe Perches 1-11/+11
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2010-11-18Input: fix typo in keycode validation supporting large scancodesGravatar Mattia Dongili 1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-11Input: do not pass injected events back to the originating handlerGravatar Dmitry Torokhov 1-11/+26
2010-11-03Input: export input_reset_device() for use in KGDBGravatar Dmitry Torokhov 1-15/+35
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-51/+147
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-09Input: add support for large scancodesGravatar Mauro Carvalho Chehab 1-48/+144
2010-09-05Input: fix a few typosGravatar Dmitry Torokhov 1-3/+3
2010-08-28Input: MT - initialize slots to unusedGravatar Henrik Rydberg 1-2/+9
2010-08-02Input: dynamically allocate ABS informationGravatar Daniel Mack 1-2/+40
2010-08-02Input: switch to input_abs_*() access functionsGravatar Daniel Mack 1-2/+2
2010-07-15Input: change input handlers to use bool when possibleGravatar Dmitry Torokhov 1-3/+3
2010-07-15Input: introduce MT event slotsGravatar Henrik Rydberg 1-43/+92
2010-07-14Input: fix signedness warning in input_set_keycode()Gravatar Dmitry Torokhov 1-1/+1
2010-07-03Input: release pressed keys when resuming deviceGravatar Oliver Neukum 1-10/+29
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapGravatar Dmitry Torokhov 1-1/+8
2010-03-09Input: remove BKL, fix input_open_file() lockingGravatar Arnd Bergmann 1-8/+10
2010-03-08Input: scancode in get/set_keycodes should be unsignedGravatar Dmitry Torokhov 1-11/+9
2010-02-28Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-18/+72
2010-02-04Input: add match() method to input hanldersGravatar Dmitry Torokhov 1-7/+6
2010-01-30Input: implement input filtersGravatar Dmitry Torokhov 1-7/+34
2010-01-28Input: add the ABS_MT_PRESSURE eventGravatar Henrik Rydberg 1-0/+1
2010-01-21Merge commit 'v2.6.33-rc5' into nextGravatar Dmitry Torokhov 1-15/+71
2010-01-12Input: add compat support for sysfs and /proc capabilities outputGravatar Dmitry Torokhov 1-15/+71
2010-01-06Input: cleanse capabilities bits before registering deviceGravatar Dmitry Torokhov 1-0/+22
2010-01-06Input: automatically reset KEY_RESERVED bit for all input devicesGravatar Dmitry Torokhov 1-4/+10
2009-12-11Input: document use of input_event() functionGravatar Dmitry Torokhov 1-2/+8
2009-12-02Merge commit 'v2.6.32' into nextGravatar Dmitry Torokhov 1-11/+18
2009-12-01Input: keyboard - fix lack of locking when traversing handler->h_listGravatar Dmitry Torokhov 1-2/+35
2009-11-12Input: force LED reset on resumeGravatar Dmitry Torokhov 1-11/+18
2009-11-02Merge commit 'v2.6.32-rc5' into for-linusGravatar Dmitry Torokhov 1-4/+5
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-17/+48
2009-10-14Input: fix locking issue in /proc/bus/input/ handlersGravatar Dmitry Torokhov 1-17/+48