diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-16 14:55:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-16 14:55:39 +0000 |
commit | ddd589be7492dead61ee86cc727af08b8fcf6670 (patch) | |
tree | 5e4fe522bacc0ceadbd6cb161acaa6b15cb2771a | |
parent | bd2c7e65d71a07e49a8cac9b1ddec51b5e67942a (diff) |
Add a sun keyboard type
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index a2f7dcbfd34..3c49f52370e 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.13 2001/09/16 00:42:44 millert Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.14 2002/01/16 14:55:38 jason Exp $ */ /* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */ /* @@ -99,6 +99,7 @@ struct wscons_event { #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/5 */ /* Manipulate the keyboard bell. */ struct wskbd_bell_data { |