aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2022-05-27Merge branch 'next' into for-linusDmitry Torokhov
2022-04-24Input: remove unneeded variable in input_inhibit_device()Changcheng Deng
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito
2022-03-20Input: add bounds checking to input_set_capability()Jeff LaBundy
2022-03-14Merge tag 'v5.17-rc8' into nextDmitry Torokhov
2022-02-28Input: add input_copy_abs() functionHans de Goede
2022-02-28Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsHans de Goede
2022-02-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito
2020-12-02Input: Add "inhibited" propertyPatrik Fimml
2020-12-02Input: add input_device_enabled()Andrzej Pietrasiewicz
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-03-26Input: fix stale timestamp on key autorepeat eventsDmitry Torokhov
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-12-13Input: add safety guards to input_set_keycode()Dmitry Torokhov
2019-09-05Input: reset device timestamp on syncDmitry Torokhov
2019-08-20Input: add support for polling to input devicesDmitry Torokhov
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-08-08Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov
2018-05-15Input: replace hard coded string with __func__ in pr_err()Nick Simonov
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov
2017-07-12Input: constify attribute_group structuresArvind Yadav
2017-05-10Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring
2017-05-10Input: use seq_puts() in input_devices_seq_show()Markus Elfring
2017-05-10Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring
2017-02-01Input: refuse to register absolute devices without absinfoDmitry Torokhov
2017-01-24Input: constify device_type structuresBhumika Goyal
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