summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Add "inhibited" propertyPatrik Fimml2020-12-021-7/+105
* Input: add input_device_enabled()Andrzej Pietrasiewicz2020-12-021-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-03-261-0/+1
|\
| * Input: fix stale timestamp on key autorepeat eventsDmitry Torokhov2020-03-261-0/+1
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-15/+13
|/
* Input: add safety guards to input_set_keycode()Dmitry Torokhov2019-12-131-10/+16
* Input: reset device timestamp on syncDmitry Torokhov2019-09-051-0/+7
* Input: add support for polling to input devicesDmitry Torokhov2019-08-201-7/+29
* Input: allow drivers specify timestamp for input eventsAtif Niyaz2019-07-251-0/+40
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Input: do not use WARN() in input_alloc_absinfo()Dmitry Torokhov2018-08-081-4/+12
* Input: replace hard coded string with __func__ in pr_err()Nick Simonov2018-05-151-2/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* Input: convert autorepeat timer to use timer_setup()Kees Cook2017-11-031-6/+5
* Input: allow matching device IDs on property bitsDmitry Torokhov2017-10-191-1/+2
* Input: factor out and export input_device_id matching codeDmitry Torokhov2017-10-191-45/+38
* Input: constify attribute_group structuresArvind Yadav2017-07-121-3/+3
* Input: switch to using sizeof(*type) when allocating memoryMarkus Elfring2017-05-101-4/+4
* Input: use seq_puts() in input_devices_seq_show()Markus Elfring2017-05-101-1/+1
* Input: use seq_putc() in input_seq_print_bitmap()Markus Elfring2017-05-101-1/+1
* Input: refuse to register absolute devices without absinfoDmitry Torokhov2017-02-011-0/+6
* Input: constify device_type structuresBhumika Goyal2017-01-241-1/+1
* Merge branch 'for-linus' into nextDmitry Torokhov2016-07-191-1/+1
|\
| * drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-251-1/+1
* | Input: feed more data into entropy poolDmitry Torokhov2016-05-191-4/+3
|/
* Input: improve autorepeat initializationPetri Gynther2015-10-131-6/+19
* Input: do not emit unneeded EV_SYN when suspendingDmitry Torokhov2015-08-071-2/+8
* Input: use for_each_set_bit() where appropriateAnshul Garg2015-06-251-25/+9
* Input: fix typo in comment to input_handler_for_each_handle()Shailendra Verma2015-05-201-1/+1
* Input: do not try to filter out events if handler is not a filterAnshul Garg2015-01-081-10/+14
* Input: small tweak to autorepeat handlingAnshul Garg2015-01-081-6/+8
* Input: optimize events_per_packet count calculationAnshul Garg2014-12-151-9/+13
* Input: initialize input_no to -1 to avoid subtractionAniroop Mathur2014-12-021-2/+2
* Input: avoid negative input device numbersRichard Leitner2014-10-091-1/+1
* Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov2014-10-081-1/+2
* Input: fix defuzzing logicDmitry Torokhov2014-07-201-2/+4
* Merge branch 'next' into for-linusDmitry Torokhov2014-01-231-19/+57
|\
| * Input: don't call input_dev_release_keys() in resumeAleksej Makarov2013-12-161-19/+57
* | Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov2013-12-311-0/+4
|/
* Merge branch 'next' into for-linusDmitry Torokhov2013-11-141-1/+1
|\
| * Input: remove a redundant max() callKang Hu2013-10-311-1/+1
* | Input: move name/timer init to input_alloc_dev()David Herrmann2013-10-061-5/+5
|/
* Input: document that unregistering managed devices is not necessaryDmitry Torokhov2013-01-091-2/+14
* Input: introduce managed input devices (add devres support)Dmitry Torokhov2012-11-081-27/+149
* Input: fix sparse warning in __input_release_device()Dmitry Torokhov2012-10-251-1/+4
* Input: extend the number of event (and other) devicesDmitry Torokhov2012-10-081-61/+53
* Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2012-10-011-85/+169
|\
| * Input: Send events one packet at a timeHenrik Rydberg2012-09-191-53/+123