summaryrefslogtreecommitdiffstats
path: root/drivers/input/sparse-keymap.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* Input: remove remaining unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-171-1/+0Star
* Input: sparse-keymap - send sync event for KE_SW/KE_VSWStefan Brüns2017-11-031-0/+1
* Input: sparse-keymap - remove sparse_keymap_free()Dmitry Torokhov2017-05-301-14/+0Star
* Input: sparse-keymap - use a managed allocation for keymap copyMichał Kępień2017-03-081-30/+9Star
* treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* Input: random formatting fixesBaodong Chen2012-08-221-2/+2
* drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-11-011-0/+1
* Input: sparse-keymap - report KEY_UNKNOWN for unknown scan codesSeth Forshee2011-03-291-0/+8
* Input: sparse-keymap - report scancodes with key eventsSeth Forshee2011-03-291-0/+6
* Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov2011-02-011-2/+2
* Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupDmitry Torokhov2011-01-211-0/+1
* Input: sparse-keymap - switch to using new keycode interfaceDmitry Torokhov2010-09-101-16/+65
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-151-19/+33
|\
| * Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov2010-03-221-18/+32
| * Input: sparse-keymap - free the right keymap on errorYong Wang2010-03-201-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-091-2/+4
* Input: add generic support for sparse keymapsDmitry Torokhov2009-12-071-0/+250