summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)Author
2024-03-10Input: make input_class constantRicardo B. Marliere
2024-01-20Input: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-13Input: use sysfs_emit() instead of scnprintf()ye xingchen
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-27Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPJonathan Cameron
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak
2022-07-20Input: properly queue synthetic eventsDmitry Torokhov
2022-05-27Merge tag 'v5.18' into nextDmitry 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