aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-19Input: allow matching device IDs on property bitsGravatar Dmitry Torokhov 1-1/+2
2017-10-19Input: factor out and export input_device_id matching codeGravatar Dmitry Torokhov 1-45/+38
2017-07-12Input: constify attribute_group structuresGravatar Arvind Yadav 1-3/+3
2017-05-10Input: switch to using sizeof(*type) when allocating memoryGravatar Markus Elfring 1-4/+4
2017-05-10Input: use seq_puts() in input_devices_seq_show()Gravatar Markus Elfring 1-1/+1
2017-05-10Input: use seq_putc() in input_seq_print_bitmap()Gravatar Markus Elfring 1-1/+1
2017-02-01Input: refuse to register absolute devices without absinfoGravatar Dmitry Torokhov 1-0/+6
2017-01-24Input: constify device_type structuresGravatar Bhumika Goyal 1-1/+1
2016-07-19Merge branch 'for-linus' into nextGravatar Dmitry Torokhov 1-1/+1
2016-05-19Input: feed more data into entropy poolGravatar Dmitry Torokhov 1-4/+3
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroGravatar Andrew Morton 1-1/+1
2015-10-13Input: improve autorepeat initializationGravatar Petri Gynther 1-6/+19
2015-08-07Input: do not emit unneeded EV_SYN when suspendingGravatar Dmitry Torokhov 1-2/+8
2015-06-25Input: use for_each_set_bit() where appropriateGravatar Anshul Garg 1-25/+9
2015-05-20Input: fix typo in comment to input_handler_for_each_handle()Gravatar Shailendra Verma 1-1/+1
2015-01-08Input: do not try to filter out events if handler is not a filterGravatar Anshul Garg 1-10/+14
2015-01-08Input: small tweak to autorepeat handlingGravatar Anshul Garg 1-6/+8
2014-12-15Input: optimize events_per_packet count calculationGravatar Anshul Garg 1-9/+13
2014-12-02Input: initialize input_no to -1 to avoid subtractionGravatar Aniroop Mathur 1-2/+2
2014-10-09Input: avoid negative input device numbersGravatar Richard Leitner 1-1/+1
2014-10-08Input: automatically set EV_ABS bit in input_set_abs_paramsGravatar Dmitry Torokhov 1-1/+2
2014-07-20Input: fix defuzzing logicGravatar Dmitry Torokhov 1-2/+4
2014-01-23Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-19/+57
2013-12-31Input: allocate absinfo data when setting ABS capabilityGravatar Dmitry Torokhov 1-0/+4
2013-12-16Input: don't call input_dev_release_keys() in resumeGravatar Aleksej Makarov 1-19/+57
2013-11-14Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-1/+1
2013-10-31Input: remove a redundant max() callGravatar Kang Hu 1-1/+1
2013-10-06Input: move name/timer init to input_alloc_dev()Gravatar David Herrmann 1-5/+5
2013-01-09Input: document that unregistering managed devices is not necessaryGravatar Dmitry Torokhov 1-2/+14
2012-11-08Input: introduce managed input devices (add devres support)Gravatar Dmitry Torokhov 1-27/+149
2012-10-25Input: fix sparse warning in __input_release_device()Gravatar Dmitry Torokhov 1-1/+4
2012-10-08Input: extend the number of event (and other) devicesGravatar Dmitry Torokhov 1-61/+53
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextGravatar Dmitry Torokhov 1-85/+169
2012-09-19Input: Send events one packet at a timeGravatar Henrik Rydberg 1-53/+123
2012-09-19Input: Move autorepeat to the event-passing phaseGravatar Henrik Rydberg 1-21/+25
2012-09-19Input: Make sure we follow all EV_KEY eventsGravatar Henrik Rydberg 1-7/+13
2012-09-19Input: Improve the events-per-packet estimateGravatar Henrik Rydberg 1-3/+7
2012-09-19Input: Break out MT dataGravatar Henrik Rydberg 1-10/+10
2012-08-21Input: get rid of MATCH_BIT() macroGravatar Dmitry Torokhov 1-17/+26
2012-02-02Input: Use accessor for MT valuesGravatar Henrik Rydberg 1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 1-1/+1
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