summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-01-14 15:49:03 +0000
committerdrahn <drahn@openbsd.org>2005-01-14 15:49:03 +0000
commit9f33397f3fa7374e002730733da5c570fa1f4762 (patch)
treece71af457eead3f8d30518f9bb29c56f86381227
parentAdd type for zaurus, ok miod@ (diff)
downloadwireguard-openbsd-9f33397f3fa7374e002730733da5c570fa1f4762.tar.xz
wireguard-openbsd-9f33397f3fa7374e002730733da5c570fa1f4762.zip
zaurus entry, ok miod@
-rw-r--r--sbin/wsconsctl/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c
index 113c1035ef3..1501c88d6ee 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.25 2004/04/24 13:37:41 miod Exp $ */
+/* $OpenBSD: util.c,v 1.26 2005/01/14 15:49:03 drahn Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -70,7 +70,8 @@ static const struct nameint kbtype_tab[] = {
{ WSKBD_TYPE_SUN5, "sun5" },
{ WSKBD_TYPE_HIL, "hil" },
{ WSKBD_TYPE_GSC, "hp-ps2" },
- { WSKBD_TYPE_LUNA, "luna" }
+ { WSKBD_TYPE_LUNA, "luna" },
+ { WSKBD_TYPE_ZAURUS, "zaurus" }
};
static const struct nameint mstype_tab[] = {