summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-05-17 02:31:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-05-17 02:31:57 +0000
commit74581ea34b59a89ed6ae0f0a523caaeebebee3da (patch)
tree03899abcfafc15de5d5bbd1ac73e018836f5533d /sys/dev
parent9d2addc4c0f72a23d7a893dabdac3a414981f715 (diff)
Gremlin slipped in in the encoding table, affected mostly Compact-2 keyboards.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sun/sunkbd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sun/sunkbd.c b/sys/dev/sun/sunkbd.c
index d391e56b949..8c985676b5d 100644
--- a/sys/dev/sun/sunkbd.c
+++ b/sys/dev/sun/sunkbd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sunkbd.c,v 1.16 2003/03/17 23:26:29 matthieu Exp $ */
+/* $OpenBSD: sunkbd.c,v 1.17 2003/05/17 02:31:56 miod Exp $ */
/*
* Copyright (c) 2002, 2003 Miodrag Vallat.
@@ -975,7 +975,7 @@ const int sunkbd_layouts[MAXSUNLAYOUT] = {
-1, /* 037 Latvia */
-1, /* 038 Turkey-Q5 */
-1, /* 039 Greece */
- -1 /* 03a Arabic */
+ -1, /* 03a Arabic */
-1, /* 03b Lithuania */
-1, /* 03c Belgium */
-1, /* 03d unaffected */