aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/sparse-keymap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-03-28Input: sparse-keymap - report KEY_UNKNOWN for unknown scan codesSeth Forshee1-0/+8
2011-03-28Input: sparse-keymap - report scancodes with key eventsSeth Forshee1-0/+6
2011-01-31Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov1-2/+2
2011-01-20Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupDmitry Torokhov1-0/+1
2010-09-09Input: sparse-keymap - switch to using new keycode interfaceDmitry Torokhov1-16/+65
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-19/+33
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-21Input: sparse-keymap - implement safer freeing of the keymapDmitry Torokhov1-18/+32
2010-03-19Input: sparse-keymap - free the right keymap on errorYong Wang1-1/+1
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-2/+4
2009-12-07Input: add generic support for sparse keymapsDmitry Torokhov1-0/+250