* [kbd] [PATCH] Add support for Brl_dot9 and Brl_dot10
@ 2009-06-17 18:05 Michael Schutte
2009-06-23 20:04 ` Alexey Gladkov
0 siblings, 1 reply; 2+ messages in thread
From: Michael Schutte @ 2009-06-17 18:05 UTC (permalink / raw)
To: kbd
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 | 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-23 20:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 18:05 [kbd] [PATCH] Add support for Brl_dot9 and Brl_dot10 Michael Schutte
2009-06-23 20:04 ` Alexey Gladkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox