aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-09-19Input: Send events one packet at a timeHenrik Rydberg
2012-09-19Input: Move autorepeat to the event-passing phaseHenrik Rydberg
2012-09-19Input: Make sure we follow all EV_KEY eventsHenrik Rydberg
2012-09-19Input: Improve the events-per-packet estimateHenrik Rydberg
2012-09-19Input: Break out MT dataHenrik Rydberg
2012-08-21Input: get rid of MATCH_BIT() macroDmitry Torokhov
2012-02-02Input: Use accessor for MT valuesHenrik Rydberg
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-05-25Input: properly assign return value of clamp() macro.Hans Petter Selasky
2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet
2011-04-18Input: estimate number of events per packetJeff Brown
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov
2011-02-02Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov
2011-01-31Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov
2010-12-20Input: fix double equality sign in ueventHenrik Rydberg
2010-12-20Input: introduce device propertiesHenrik Rydberg
2010-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov
2010-12-16input: mt: Break out slots handlingHenrik Rydberg
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-11-18Input: fix typo in keycode validation supporting large scancodesMattia Dongili
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-11Input: do not pass injected events back to the originating handlerDmitry Torokhov
2010-11-03Input: export input_reset_device() for use in KGDBDmitry Torokhov
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-09Input: add support for large scancodesMauro Carvalho Chehab
2010-09-05Input: fix a few typosDmitry Torokhov
2010-08-28Input: MT - initialize slots to unusedHenrik Rydberg
2010-08-02Input: dynamically allocate ABS informationDaniel Mack
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov
2010-07-15Input: introduce MT event slotsHenrik Rydberg
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov
2010-07-03Input: release pressed keys when resuming deviceOliver Neukum
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov
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