diff options
| author | itohy <itohy@NetBSD.org> | 2002-12-10 13:05:09 +0000 |
|---|---|---|
| committer | itohy <itohy@NetBSD.org> | 2002-12-10 13:05:09 +0000 |
| commit | 32c9c7f1cc12e43c57d44211dfd305ce38bc50c4 (patch) | |
| tree | 3b94878e2c6967ab1e0a055712d1a350664826ee /sys/dev/wscons | |
| parent | 68817a202443846a2ad20aeac7fca9d3cd034cff (diff) | |
Add WSKBD_TYPE_MAPLE and WSMOUSE_TYPE_MAPLE for Dreamcast Maple bus devices.
Diffstat (limited to 'sys/dev/wscons')
| -rw-r--r-- | sys/dev/wscons/wsconsio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 1ea93a074e6..8966b0db82e 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsconsio.h,v 1.52 2002/09/25 14:21:07 reinoud Exp $ */ +/* $NetBSD: wsconsio.h,v 1.53 2002/12/10 13:05:09 itohy Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -92,6 +92,7 @@ struct wscons_event { #define WSKBD_TYPE_ADB 11 /* ADB */ #define WSKBD_TYPE_HIL 12 /* HIL keyboard */ #define WSKBD_TYPE_AMIGA 13 /* Amiga keyboard */ +#define WSKBD_TYPE_MAPLE 14 /* Dreamcast Maple keyboard */ /* Manipulate the keyboard bell. */ struct wskbd_bell_data { @@ -173,6 +174,7 @@ struct wskbd_map_data { #define WSMOUSE_TYPE_HIL 9 /* HIL mouse */ #define WSMOUSE_TYPE_AMIGA 10 /* Amiga mouse */ #define WSMOUSE_TYPE_MAXINE 11 /* DEC maxine mouse */ +#define WSMOUSE_TYPE_MAPLE 12 /* Dreamcast Maple mouse */ /* Set resolution. Not applicable to all mouse types. */ #define WSMOUSEIO_SRES _IOW('W', 33, u_int) |
