summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-01-14 15:48:02 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-01-14 15:48:02 +0000
commit03c70a4a7dd717f201e6ff2e08f3822c85196788 (patch)
tree9e95a7dd1d81458e933e31e253ae5e2b31a50ee4 /sys
parent187cfd423f568b986ef661ede8609330c961c294 (diff)
Add type for zaurus, ok miod@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wscons/wsconsio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h
index 2b4043a40ba..24aaddd04e7 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.31 2004/04/24 13:37:46 miod Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.32 2005/01/14 15:48:01 drahn Exp $ */
/* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */
/*
@@ -114,6 +114,7 @@ struct wscons_event {
#define WSKBD_TYPE_HIL 13 /* HP HIL */
#define WSKBD_TYPE_GSC 14 /* HP PS/2 */
#define WSKBD_TYPE_LUNA 15 /* OMRON Luna */
+#define WSKBD_TYPE_ZAURUS 16 /* Sharp Zaurus */
/* Manipulate the keyboard bell. */
struct wskbd_bell_data {