aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/sparse-keymap.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07Input: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-01-16Input: remove remaining unneeded MODULE_VERSION() usageGravatar Greg Kroah-Hartman 1-1/+0
2017-11-03Input: sparse-keymap - send sync event for KE_SW/KE_VSWGravatar Stefan Brüns 1-0/+1
2017-05-29Input: sparse-keymap - remove sparse_keymap_free()Gravatar Dmitry Torokhov 1-14/+0
2017-03-08Input: sparse-keymap - use a managed allocation for keymap copyGravatar Michał Kępień 1-30/+9
2014-02-19treewide: Fix typo in Documentation/DocBookGravatar Masanari Iida 1-1/+1
2012-08-21Input: random formatting fixesGravatar Baodong Chen 1-2/+2
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-03-28Input: sparse-keymap - report KEY_UNKNOWN for unknown scan codesGravatar Seth Forshee 1-0/+8
2011-03-28Input: sparse-keymap - report scancodes with key eventsGravatar Seth Forshee 1-0/+6
2011-01-31Input: switch completely over to the new versions of get/setkeycodeGravatar Dmitry Torokhov 1-2/+2
2011-01-20Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupGravatar Dmitry Torokhov 1-0/+1
2010-09-09Input: sparse-keymap - switch to using new keycode interfaceGravatar Dmitry Torokhov 1-16/+65
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-19/+33
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapGravatar Dmitry Torokhov 1-18/+32
2010-03-19Input: sparse-keymap - free the right keymap on errorGravatar Yong Wang 1-1/+1
2010-03-08Input: scancode in get/set_keycodes should be unsignedGravatar Dmitry Torokhov 1-2/+4
2009-12-07Input: add generic support for sparse keymapsGravatar Dmitry Torokhov 1-0/+250