summaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov1-0/+1
2025-08-21Input: move input_bits_to_string() to input-compat.cDmitry Torokhov1-35/+0
2025-08-04Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov1-1/+1
2025-07-02Input: remove special handling of id->driver_info when matchingDmitry Torokhov1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-12-24Input: use guard notation in input coreDmitry Torokhov1-208/+131
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+10
2024-11-25Merge branch 'next' into for-linusDmitry Torokhov1-5/+10
2024-11-06Input: introduce notion of passive observers for input handlersDmitry Torokhov1-5/+10
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-61/+73
2024-11-03Input: fix regression when re-registering input handlersDmitry Torokhov1-61/+73
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-09-18Input: Convert comma to semicolonShen Lichuan1-1/+1
2024-09-12input: remove f_version abuseChristian Brauner1-25/+22
2024-07-09Input: do not check number of events in input_pass_values()Dmitry Torokhov1-3/+0
2024-07-09Input: preallocate memory to hold event valuesDmitry Torokhov1-17/+44
2024-07-09Input: rearrange input_alloc_device() to prepare for preallocating of valsDmitry Torokhov1-15/+22
2024-07-09Input: simplify event handling logicDmitry Torokhov1-41/+68
2024-07-09Input: make sure input handlers define only one processing methodDmitry Torokhov1-0/+24
2024-05-20Input: try trimming too long modalias stringsDmitry Torokhov1-15/+89
2024-03-11Input: make input_class constantRicardo B. Marliere1-1/+1
2024-01-20Input: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-8/+6
2023-12-14Input: use sysfs_emit() instead of scnprintf()ye xingchen1-4/+4
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov1-1/+1
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