diff options
author | 2002-05-30 15:18:58 +0000 | |
---|---|---|
committer | 2002-05-30 15:18:58 +0000 | |
commit | 7f6e82944e77cea65c1654b25896e46eaae248fa (patch) | |
tree | 1365cbc4d57b29b6c765c3d70c08c7af4cdaa540 | |
parent | proper support for vt8233; from freebsd; tested by Jolan Luff <jolan@encryptedemail.net> (diff) | |
download | wireguard-openbsd-7f6e82944e77cea65c1654b25896e46eaae248fa.tar.xz wireguard-openbsd-7f6e82944e77cea65c1654b25896e46eaae248fa.zip |
add WSKBD_TYPE_SUN5 here, too
-rw-r--r-- | sbin/wsconsctl/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index ec8755a062d..504fc7e856d 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.10 2002/05/22 21:34:02 jason Exp $ */ +/* $OpenBSD: util.c,v 1.11 2002/05/30 15:18:58 jason Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -66,6 +66,7 @@ static const struct nameint kbtype_tab[] = { { WSKBD_TYPE_HPC_BTN, "hpc-btn" }, { WSKBD_TYPE_ADB, "adb" }, { WSKBD_TYPE_SUN, "sun" }, + { WSKBD_TYPE_SUN5, "sun5" }, }; static const struct nameint mstype_tab[] = { |