aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-61/+53
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-85/+169
2012-09-19Input: Send events one packet at a timeHenrik Rydberg1-53/+123
2012-09-19Input: Move autorepeat to the event-passing phaseHenrik Rydberg1-21/+25
2012-09-19Input: Make sure we follow all EV_KEY eventsHenrik Rydberg1-7/+13
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg1-3/+7
2012-09-19Input: Break out MT dataHenrik Rydberg1-10/+10
2012-08-21Input: get rid of MATCH_BIT() macroDmitry Torokhov1-17/+26
2012-02-02Input: Use accessor for MT valuesHenrik Rydberg1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-05-25Input: properly assign return value of clamp() macro.Hans Petter Selasky1-1/+1
2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet1-1/+0
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov1-49/+7
2011-02-02Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov1-26/+11
2011-01-31Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov1-48/+7
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-59/+32
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov1-59/+32
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into nextDmitry 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/input-mt into nextDmitry Torokhov1-47/+1
2010-12-16input: mt: Break out slots handlingHenrik Rydberg1-47/+1
2010-11-30Input: 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/dtor/inputLinus 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/dtor/inputLinus Torvalds1-51/+147
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-09Input: add support for large scancodesMauro Carvalho Chehab1-48/+144
2010-09-05Input: fix a few typosDmitry Torokhov1-3/+3
2010-08-28Input: MT - initialize slots to unusedHenrik Rydberg1-2/+9
2010-08-02Input: dynamically allocate ABS informationDaniel Mack1-2/+40
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-2/+2
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-07-15Input: introduce MT event slotsHenrik Rydberg1-43/+92
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov1-1/+1
2010-07-03Input: 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/dtor/inputLinus Torvalds1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov1-1/+8
2010-03-09Input: remove BKL, fix input_open_file() lockingArnd Bergmann1-8/+10
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-11/+9
2010-02-28Merge 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-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg1-0/+1
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov1-15/+71