From 477f732bc3ad1bf5284aad32645e9dbfb145662f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 25 Jul 2015 19:02:57 +0200 Subject: [PATCH] Fix SS3 keysyms --- driver-csi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-csi.c b/driver-csi.c index 8e84401..824f30a 100644 --- a/driver-csi.c +++ b/driver-csi.c @@ -545,7 +545,7 @@ static int register_keys (void) { int i; - for (i = 0; i < 64; i++) + for (i = 0; i < 96; i++) { csi_ss3s[i].sym = TERMO_SYM_UNKNOWN; ss3s[i].sym = TERMO_SYM_UNKNOWN;