aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov
2016-05-19Input: feed more data into entropy poolDmitry Torokhov
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton
2015-10-13Input: improve autorepeat initializationPetri Gynther
2015-08-07Input: do not emit unneeded EV_SYN when suspendingDmitry Torokhov
2015-06-25Input: use for_each_set_bit() where appropriateAnshul Garg
2015-05-20Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma
2015-01-08Input: do not try to filter out events if handler is not a filterAnshul Garg
2015-01-08Input: small tweak to autorepeat handlingAnshul Garg
2014-12-15Input: optimize events_per_packet count calculationAnshul Garg
2014-12-02Input: initialize input_no to -1 to avoid subtractionAniroop Mathur
2014-10-09Input: avoid negative input device numbersRichard Leitner
2014-10-08Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov
2014-07-20Input: fix defuzzing logicDmitry Torokhov
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov
2013-12-31Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov
2013-12-16Input: don't call input_dev_release_keys() in resumeAleksej Makarov
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov
2013-10-31Input: remove a redundant max() callKang Hu
2013-10-06Input: move name/timer init to input_alloc_dev()David Herrmann
2013-01-09Input: document that unregistering managed devices is not necessaryDmitry Torokhov
2012-11-08Input: introduce managed input devices (add devres support)Dmitry Torokhov
2012-10-25Input: fix sparse warning in __input_release_device()Dmitry Torokhov
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov
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