summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorsato <sato@NetBSD.org>2000-03-13 01:46:44 +0000
committersato <sato@NetBSD.org>2000-03-13 01:46:44 +0000
commit035f58c823e73e2b99e424d7f3dfd1bd669205f2 (patch)
tree64d6d14d8be2f92da5558cc7dd3563d6d06b48ee /sys/dev/wscons
parenta7f01b4816596395f67bc81a9cf686e3c112ddc0 (diff)
HPC/PsPC keyboard types.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/wsconsio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h
index a565666e85e..dc008c7356f 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.27 2000/03/12 04:59:24 takemura Exp $ */
+/* $NetBSD: wsconsio.h,v 1.28 2000/03/13 01:46:44 sato Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -83,6 +83,8 @@ struct wscons_event {
#define WSKBD_TYPE_PC_AT 4 /* PC-ish, AT scancode */
#define WSKBD_TYPE_USB 5 /* USB, XT scancode */
#define WSKBD_TYPE_NEXT 6 /* NeXT keyboard */
+#define WSKBD_TYPE_HPC_KBD 7 /* HPC bultin keyboard */
+#define WSKBD_TYPE_HPC_BTN 8 /* HPC/PsPC buttons */
/* Manipulate the keyboard bell. */
struct wskbd_bell_data {