diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-11 19:49:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-11 19:49:48 +0000 |
commit | 134184c107c89159a16f2c92becd0f743adf1c6a (patch) | |
tree | b8f0f6edd72376d753b41673247bc66e9b04de31 /sys/dev | |
parent | 1b3eafc60b21ec771912b385fac7d36fa2e279b4 (diff) |
Define an HIL wscons keyboard type.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 31e591b3003..7d5d03a8d40 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.23 2003/02/05 19:20:22 mickey Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.24 2003/02/11 19:49:47 miod Exp $ */ /* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */ /* @@ -105,12 +105,13 @@ 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_KBD 7 /* HPC builtin keyboard */ #define WSKBD_TYPE_HPC_BTN 8 /* HPC/PsPC buttons */ #define WSKBD_TYPE_ARCHIMEDES 9 /* Archimedes keyboard */ #define WSKBD_TYPE_ADB 10 /* Apple ADB keyboard */ #define WSKBD_TYPE_SUN 11 /* Sun Type3/4 */ #define WSKBD_TYPE_SUN5 12 /* Sun Type5 */ +#define WSKBD_TYPE_HIL 13 /* HP HIL */ /* Manipulate the keyboard bell. */ struct wskbd_bell_data { |