summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/util.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-02-11 19:49:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-02-11 19:49:48 +0000
commit134184c107c89159a16f2c92becd0f743adf1c6a (patch)
treeb8f0f6edd72376d753b41673247bc66e9b04de31 /sbin/wsconsctl/util.c
parent1b3eafc60b21ec771912b385fac7d36fa2e279b4 (diff)
Define an HIL wscons keyboard type.
Diffstat (limited to 'sbin/wsconsctl/util.c')
-rw-r--r--sbin/wsconsctl/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c
index 485fe9e5470..42eaf3cd822 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.17 2003/02/05 19:25:54 mickey Exp $ */
+/* $OpenBSD: util.c,v 1.18 2003/02/11 19:49:45 miod Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -68,6 +68,7 @@ static const struct nameint kbtype_tab[] = {
{ WSKBD_TYPE_ADB, "adb" },
{ WSKBD_TYPE_SUN, "sun" },
{ WSKBD_TYPE_SUN5, "sun5" },
+ { WSKBD_TYPE_HIL, "hil" },
};
static const struct nameint mstype_tab[] = {