summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorLines
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov-1/+1
2025-07-01Input: remove special handling of id->driver_info when matchingDmitry Torokhov-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-12-23Input: use guard notation in input coreDmitry Torokhov-208/+131
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+10
2024-11-24Merge branch 'next' into for-linusDmitry Torokhov-5/+10
2024-11-05Input: introduce notion of passive observers for input handlersDmitry Torokhov-5/+10
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-61/+73
2024-11-02Input: fix regression when re-registering input handlersDmitry Torokhov-61/+73
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-09-18Input: Convert comma to semicolonShen Lichuan-1/+1
2024-09-12input: remove f_version abuseChristian Brauner-25/+22
2024-07-08Input: do not check number of events in input_pass_values()Dmitry Torokhov-3/+0
2024-07-08Input: preallocate memory to hold event valuesDmitry Torokhov-17/+44
2024-07-08Input: rearrange input_alloc_device() to prepare for preallocating of valsDmitry Torokhov-15/+22
2024-07-08Input: simplify event handling logicDmitry Torokhov-41/+68
2024-07-08Input: make sure input handlers define only one processing methodDmitry Torokhov-0/+24
2024-05-19Input: try trimming too long modalias stringsDmitry Torokhov-15/+89
2024-03-10Input: make input_class constantRicardo B. Marliere-1/+1
2024-01-20Input: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-8/+6
2023-12-13Input: use sysfs_emit() instead of scnprintf()ye xingchen-4/+4
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov-1/+1
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov-2/+4
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+2
2023-01-27Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPJonathan Cameron-5/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-8/+8
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET-1/+2
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak-10/+20
2022-07-20Input: properly queue synthetic eventsDmitry Torokhov-62/+63
2022-05-27Merge tag 'v5.18' into nextDmitry Torokhov-6/+0
2022-04-24Input: remove unneeded variable in input_inhibit_device()Changcheng Deng-3/+1
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito-6/+0
2022-03-20Input: add bounds checking to input_set_capability()Jeff LaBundy-0/+19
2022-03-14Merge tag 'v5.17-rc8' into nextDmitry Torokhov-0/+6
2022-02-28Input: add input_copy_abs() functionHans de Goede-0/+36
2022-02-28Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsHans de Goede-6/+3
2022-02-08Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito-0/+6
2020-12-02Input: Add "inhibited" propertyPatrik Fimml-7/+105
2020-12-02Input: add input_device_enabled()Andrzej Pietrasiewicz-0/+8
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2020-03-26Input: fix stale timestamp on key autorepeat eventsDmitry Torokhov-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-15/+13
2019-12-13Input: add safety guards to input_set_keycode()Dmitry Torokhov-10/+16
2019-09-05Input: reset device timestamp on syncDmitry Torokhov-0/+7
2019-08-20Input: add support for polling to input devicesDmitry Torokhov-7/+29
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz-0/+40