From 03c70a4a7dd717f201e6ff2e08f3822c85196788 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Fri, 14 Jan 2005 15:48:02 +0000 Subject: Add type for zaurus, ok miod@ --- sys/dev/wscons/wsconsio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 { -- cgit v1.2.3