commit | 5a7e3d1281bbc4404b250b4a18d3ecb07c77640c | [log] [tgz] |
---|---|---|
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | Sat Jun 13 14:52:33 2009 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Jun 14 13:50:36 2009 -0700 |
tree | 418a84281f2d2334814ffdb20ad4e3ab41284476 | |
parent | 2625b10d8c37656cf410a464ed95942b3abbd1f6 [diff] |
keyboard: advertise KT_DEAD2 extended diacriticals In addition to KT_DEAD which has limited support for diacriticals, there is KT_DEAD2 that can support 256 criticals, so let's advertise it in <linux/keyboard.h>. This lets userland know abut the drivers/char/keyboard.c function k_dead2, which supports more than the few trivial ones that k_dead supports. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>