summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-09-09 16:18:18 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-09-09 16:18:18 +0800
commitd7df292dd151659fd8cb5953c2ab2b22fefb5f82 (patch)
treeec61306e29da1d3b8e465cbaf5712787e1c26d51
parent1713665c2e42e45c23bf80e916acf523ff200d91 (diff)
downloadxorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.tar
xorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.tar.gz
xorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.tar.bz2
xorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.tar.lz
xorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.tar.xz
xorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.tar.zst
xorg-devel-ports-d7df292dd151659fd8cb5953c2ab2b22fefb5f82.zip
Add comment what the patch does.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1508 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-drivers/xf86-input-keyboard/files/patch-src__bsd_KbdMap.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_KbdMap.c b/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_KbdMap.c
index 8c4c545..add495f 100644
--- a/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_KbdMap.c
+++ b/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_KbdMap.c
@@ -1,3 +1,12 @@
+Don't query console keymap
+
+This seems to be useless and doesn't work anymore with vt(4), due to the
+use of Unicode codepoints in vt(4). So remove the related code. This fixes
+a segmentation fault during X.Org server startup.
+
+PR: 191459
+Submitted by: Claude Buisson <clbuisson@orange.fr> (earlier version)
+
--- src/bsd_KbdMap.c.orig 2013-10-28 01:44:15.000000000 +0100
+++ src/bsd_KbdMap.c 2014-09-08 19:22:28.000000000 +0200
@@ -27,168 +27,6 @@