Add support for Brl_dot9 and Brl_dot10
authorMichael Schutte <michi@uiae.at>
Wed, 17 Jun 2009 18:05:08 +0000 (20:05 +0200)
committerAlexey Gladkov <legion@altlinux.org>
Tue, 23 Jun 2009 20:03:07 +0000 (00:03 +0400)
The keysyms have been supported by Linux kernels since 2.6.23.

This patch was submitted by Samuel Thibault <sthibault@debian.org>.

Signed-off-by: Michael Schutte <michi@uiae.at>
src/ksyms.c

index 21958c5..b33aafd 100644 (file)
@@ -1512,7 +1512,9 @@ static const char *brl_syms[] = {
        "Brl_dot5",
        "Brl_dot6",
        "Brl_dot7",
-       "Brl_dot8"
+       "Brl_dot8",
+       "Brl_dot9",
+       "Brl_dot10"
 };
 
 #define E(x) { x, sizeof(x) / sizeof(x[0]) }