summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorLines
2020-12-02Input: Add "inhibited" propertyPatrik Fimml-7/+105
2020-12-02Input: add input_device_enabled()Andrzej Pietrasiewicz-0/+8
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2020-03-26Input: fix stale timestamp on key autorepeat eventsDmitry Torokhov-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-15/+13
2019-12-13Input: add safety guards to input_set_keycode()Dmitry Torokhov-10/+16
2019-09-05Input: reset device timestamp on syncDmitry Torokhov-0/+7
2019-08-20Input: add support for polling to input devicesDmitry Torokhov-7/+29
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz-0/+40
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2018-08-08Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov-4/+12
2018-05-15Input: replace hard coded string with __func__ in pr_err()Nick Simonov-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-1/+1
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook-6/+5
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov-1/+2
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov-45/+38
2017-07-12Input: constify attribute_group structuresArvind Yadav-3/+3
2017-05-10Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring-4/+4
2017-05-10Input: use seq_puts() in input_devices_seq_show()Markus Elfring-1/+1
2017-05-10Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring-1/+1
2017-02-01Input: refuse to register absolute devices without absinfoDmitry Torokhov-0/+6
2017-01-24Input: constify device_type structuresBhumika Goyal-1/+1
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov-1/+1
2016-05-19Input: feed more data into entropy poolDmitry Torokhov-4/+3
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton-1/+1
2015-10-13Input: improve autorepeat initializationPetri Gynther-6/+19
2015-08-07Input: do not emit unneeded EV_SYN when suspendingDmitry Torokhov-2/+8
2015-06-25Input: use for_each_set_bit() where appropriateAnshul Garg-25/+9
2015-05-20Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma-1/+1
2015-01-08Input: do not try to filter out events if handler is not a filterAnshul Garg-10/+14
2015-01-08Input: small tweak to autorepeat handlingAnshul Garg-6/+8
2014-12-15Input: optimize events_per_packet count calculationAnshul Garg-9/+13
2014-12-02Input: initialize input_no to -1 to avoid subtractionAniroop Mathur-2/+2
2014-10-09Input: avoid negative input device numbersRichard Leitner-1/+1
2014-10-08Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov-1/+2
2014-07-20Input: fix defuzzing logicDmitry Torokhov-2/+4
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov-19/+57
2013-12-31Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov-0/+4
2013-12-16Input: don't call input_dev_release_keys() in resumeAleksej Makarov-19/+57
2013-11-14Merge branch 'next' into for-linusDmitry Torokhov-1/+1
2013-10-31Input: remove a redundant max() callKang Hu-1/+1
2013-10-06Input: move name/timer init to input_alloc_dev()David Herrmann-5/+5
2013-01-09Input: document that unregistering managed devices is not necessaryDmitry Torokhov-2/+14
2012-11-08Input: introduce managed input devices (add devres support)Dmitry Torokhov-27/+149
2012-10-25Input: fix sparse warning in __input_release_device()Dmitry Torokhov-1/+4
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov-61/+53
2012-10-01Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov-85/+169
2012-09-19Input: Send events one packet at a timeHenrik Rydberg-53/+123