aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-2/+4
2023-05-05Input: fix open count when closing inhibited deviceGravatar Dmitry Torokhov 1-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreGravatar Dmitry Torokhov 1-2/+4
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+2
2023-01-27Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPGravatar Jonathan Cameron 1-5/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-8/+8
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-11-07Input: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesGravatar Angela Czubak 1-10/+20
2022-07-20Input: properly queue synthetic eventsGravatar Dmitry Torokhov 1-62/+63
2022-05-27Merge tag 'v5.18' into nextGravatar Dmitry Torokhov 1-6/+0
2022-04-24Input: remove unneeded variable in input_inhibit_device()Gravatar Changcheng Deng 1-3/+1
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"Gravatar José Expósito 1-6/+0
2022-03-20Input: add bounds checking to input_set_capability()Gravatar Jeff LaBundy 1-0/+19
2022-03-14Merge tag 'v5.17-rc8' into nextGravatar Dmitry Torokhov 1-0/+6
2022-02-28Input: add input_copy_abs() functionGravatar Hans de Goede 1-0/+36
2022-02-28Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsGravatar Hans de Goede 1-6/+3
2022-02-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsGravatar José Expósito 1-0/+6
2020-12-02Input: Add "inhibited" propertyGravatar Patrik Fimml 1-7/+105
2020-12-02Input: add input_device_enabled()Gravatar Andrzej Pietrasiewicz 1-0/+8
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+1
2020-03-26Input: fix stale timestamp on key autorepeat eventsGravatar Dmitry Torokhov 1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-15/+13
2019-12-13Input: add safety guards to input_set_keycode()Gravatar Dmitry Torokhov 1-10/+16
2019-09-05Input: reset device timestamp on syncGravatar Dmitry Torokhov 1-0/+7
2019-08-20Input: add support for polling to input devicesGravatar Dmitry Torokhov 1-7/+29
2019-07-25Input: allow drivers specify timestamp for input eventsGravatar Atif Niyaz 1-0/+40
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2018-08-08Input: do not use WARN() in input_alloc_absinfo()Gravatar Dmitry Torokhov 1-4/+12
2018-05-15Input: replace hard coded string with __func__ in pr_err()Gravatar Nick Simonov 1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-1/+1
2017-11-03Input: convert autorepeat timer to use timer_setup()Gravatar Kees Cook 1-6/+5
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