diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-04 13:22:23 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-07 12:26:35 -0500 |
commit | 36203c4f3d091b5f6c082663bd1f74273798043a (patch) | |
tree | bf5b6efee8f15aae253155263038ac538f7482e9 /Documentation | |
parent | 6a47081c37b7dd7810ce19e156c1a3bf11987e9a (diff) |
Input: add generic support for sparse keymaps
More and more devices choose to reimplement support for sparse keymaps
first introduced by wistron driver. Move it into a library module so it
can be easily used by interested parties.
Reviewed-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index e994d1d9fbe6..f9a6e2c75f12 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl | |||
@@ -306,6 +306,10 @@ X!Idrivers/video/console/fonts.c | |||
306 | <sect1><title>Matrix keyboars/keypads</title> | 306 | <sect1><title>Matrix keyboars/keypads</title> |
307 | !Iinclude/linux/input/matrix_keypad.h | 307 | !Iinclude/linux/input/matrix_keypad.h |
308 | </sect1> | 308 | </sect1> |
309 | <sect1><title>Sparse keymap support</title> | ||
310 | !Iinclude/linux/input/sparse-keymap.h | ||
311 | !Edrivers/input/sparse-keymap.c | ||
312 | </sect1> | ||
309 | </chapter> | 313 | </chapter> |
310 | 314 | ||
311 | <chapter id="spi"> | 315 | <chapter id="spi"> |