From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 From: Michael Schutte To: kbd@lists.altlinux.org Date: Wed, 17 Jun 2009 20:05:08 +0200 Message-Id: <1245261908-9736-1-git-send-email-michi@uiae.at> X-Mailer: git-send-email 1.6.3.1 Subject: [kbd] [PATCH] Add support for Brl_dot9 and Brl_dot10 X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 18:05:31 -0000 Archived-At: List-Archive: The keysyms have been supported by Linux kernels since 2.6.23. This patch was submitted by Samuel Thibault . Signed-off-by: Michael Schutte --- src/ksyms.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/ksyms.c b/src/ksyms.c index a322f70..3b9dd78 100644 --- a/src/ksyms.c +++ b/src/ksyms.c @@ -1511,7 +1511,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]) } -- 1.6.3.1