summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge branch 'next' into for-linusDmitry Torokhov1-2/+4
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov1-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov1-2/+4
2023-02-26Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+2
2023-01-28Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPJonathan Cameron1-5/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-8/+8
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak1-10/+20
2022-07-20Input: properly queue synthetic eventsDmitry Torokhov1-62/+63
2022-05-28Merge tag 'v5.18' into nextDmitry Torokhov1-6/+0
2022-04-25Input: remove unneeded variable in input_inhibit_device()Changcheng Deng1-3/+1
2022-04-01Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito1-6/+0
2022-03-21Input: add bounds checking to input_set_capability()Jeff LaBundy1-0/+19
2022-03-15Merge tag 'v5.17-rc8' into nextDmitry Torokhov1-0/+6
2022-03-01Input: add input_copy_abs() functionHans de Goede1-0/+36
2022-03-01Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsHans de Goede1-6/+3
2022-02-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito1-0/+6
2020-12-03Input: Add "inhibited" propertyPatrik Fimml1-7/+105
2020-12-03Input: add input_device_enabled()Andrzej Pietrasiewicz1-0/+8
2020-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2020-03-27Input: fix stale timestamp on key autorepeat eventsDmitry Torokhov1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-15/+13
2019-12-14Input: add safety guards to input_set_keycode()Dmitry Torokhov1-10/+16
2019-09-06Input: reset device timestamp on syncDmitry Torokhov1-0/+7
2019-08-20Input: add support for polling to input devicesDmitry Torokhov1-7/+29
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz1-0/+40
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-08-08Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov1-4/+12
2018-05-15Input: replace hard coded string with __func__ in pr_err()Nick Simonov1-2/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook1-6/+5
2017-10-20Input: allow matching device IDs on property bitsDmitry Torokhov1-1/+2
2017-10-20Input: factor out and export input_device_id matching codeDmitry Torokhov1-45/+38
2017-07-13Input: constify attribute_group structuresArvind Yadav1-3/+3
2017-05-11Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring1-4/+4
2017-05-11Input: use seq_puts() in input_devices_seq_show()Markus Elfring1-1/+1
2017-05-11Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring1-1/+1
2017-02-01Input: refuse to register absolute devices without absinfoDmitry Torokhov1-0/+6
2017-01-24Input: constify device_type structuresBhumika Goyal1-1/+1
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov1-1/+1
2016-05-19Input: feed more data into entropy poolDmitry Torokhov1-4/+3
2016-03-26drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton1-1/+1
2015-10-14Input: improve autorepeat initializationPetri Gynther1-6/+19
2015-08-08Input: do not emit unneeded EV_SYN when suspendingDmitry Torokhov1-2/+8
2015-06-26Input: use for_each_set_bit() where appropriateAnshul Garg1-25/+9
2015-05-21Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma1-1/+1