diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 15:49:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 15:49:04 +0000 |
commit | 50d76808a0194bb89ceb4289d4061431e94f5337 (patch) | |
tree | e82bb3f946c66ff0c001f5f3299508e82ab512c4 /sbin/wsconsctl/util.c | |
parent | 03c70a4a7dd717f201e6ff2e08f3822c85196788 (diff) |
zaurus entry, ok miod@
Diffstat (limited to 'sbin/wsconsctl/util.c')
-rw-r--r-- | sbin/wsconsctl/util.c | 5 |
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[] = { |