diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2001-03-03 08:53:47 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2001-03-03 08:53:47 +0000 |
commit | 2111139b8984dd28c86db3bc52f4b67eaf063df0 (patch) | |
tree | dd0a262174ac25ebe429a447bb9bcc28100fe115 /sys/dev | |
parent | 0a5355682b5763b498aa3a4ccd4856b01d04e48b (diff) |
complete wscons support for abd keyboard. -moj ok @deraadt
Diffstat (limited to 'sys/dev')
-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 daff0afb1a2..784806831e8 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.6 2001/02/28 19:12:40 drahn Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.7 2001/03/03 08:53:46 maja Exp $ */ /* $NetBSD: wsconsio.h,v 1.31.2.1 2000/07/07 09:49:17 hannken Exp $ */ /* @@ -87,6 +87,7 @@ struct wscons_event { #define WSKBD_TYPE_HPC_KBD 7 /* HPC bultin 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 */ /* Manipulate the keyboard bell. */ struct wskbd_bell_data { |