[Pkg-kbd-commit] r158 - in people/barbier/kbd/trunk/debian: . patches

Denis Barbier barbier at costa.debian.org
Tue Apr 4 22:14:06 UTC 2006


Author: barbier
Date: 2006-04-04 22:14:05 +0000 (Tue, 04 Apr 2006)
New Revision: 158

Added:
   people/barbier/kbd/trunk/debian/patches/braille.diff
Modified:
   people/barbier/kbd/trunk/debian/changelog
   people/barbier/kbd/trunk/debian/patches/series
Log:
  * debian/patches/braille.diff: New patch, to add braille keysyms, introduced
    in Linux 2.6.17-rc1.  Closes: #360813  Thanks Samuel Thibault


Modified: people/barbier/kbd/trunk/debian/changelog
===================================================================
--- people/barbier/kbd/trunk/debian/changelog	2006-04-01 14:28:42 UTC (rev 157)
+++ people/barbier/kbd/trunk/debian/changelog	2006-04-04 22:14:05 UTC (rev 158)
@@ -7,6 +7,8 @@
     argument if it corresponds to an unknown symbol, because Unicode symbols
     are not always defined (and may appear within Unicode private range,
     anyway).  See #312844.
+  * debian/patches/braille.diff: New patch, to add braille keysyms, introduced
+    in Linux 2.6.17-rc1.  Closes: #360813  Thanks Samuel Thibault
   * debian/README.Debian: Rewrite this documentation.
     Closes: #328783  Thanks David Liontooth
   * Apply changes from console-tools:

Added: people/barbier/kbd/trunk/debian/patches/braille.diff
===================================================================
--- people/barbier/kbd/trunk/debian/patches/braille.diff	2006-04-01 14:28:42 UTC (rev 157)
+++ people/barbier/kbd/trunk/debian/patches/braille.diff	2006-04-04 22:14:05 UTC (rev 158)
@@ -0,0 +1,34 @@
+diff -upr kbd-1.12/src/ksyms.c kbd-1.12-mine/src/ksyms.c
+--- kbd-1.12/src/ksyms.c	2006-04-04 22:15:32.000000000 +0200
++++ kbd-1.12-mine/src/ksyms.c	2006-04-04 22:14:59.000000000 +0200
+@@ -1498,6 +1498,20 @@
+ 	"SCtrlR"
+ };
+ 
++/* Keysyms whose KTYP is KT_BRL. */
++
++static const char *brl_syms[] = {
++	"Brl_blank",
++	"Brl_dot1",
++	"Brl_dot2",
++	"Brl_dot3",
++	"Brl_dot4",
++	"Brl_dot5",
++	"Brl_dot6",
++	"Brl_dot7",
++	"Brl_dot8"
++};
++
+ #define E(x) { x, sizeof(x) / sizeof(x[0]) }
+ 
+ syms_entry syms[] = {
+@@ -1513,7 +1527,8 @@ syms_entry syms[] = {
+ 	E(ascii_syms),		/* KT_ASCII */
+ 	E(lock_syms),		/* KT_LOCK */
+ 	{ 0, 0 },		/* KT_LETTER */
+-	E(sticky_syms)		/* KT_SLOCK */
++	E(sticky_syms),		/* KT_SLOCK */
++	E(brl_syms)		/* KT_BRL */
+ };
+ 
+ #undef E

Modified: people/barbier/kbd/trunk/debian/patches/series
===================================================================
--- people/barbier/kbd/trunk/debian/patches/series	2006-04-01 14:28:42 UTC (rev 157)
+++ people/barbier/kbd/trunk/debian/patches/series	2006-04-04 22:14:05 UTC (rev 158)
@@ -14,3 +14,4 @@
 replace_echo_by_printf.diff
 fedora-kbd-1.12-alias.patch
 fgconsole.diff
+braille.diff




More information about the Pkg-kbd-commit mailing list