diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-12-25 22:02:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-12-25 22:02:48 +0000 |
commit | 710e87a8b56b0f5a75c014957d0240bfc8fbf23d (patch) | |
tree | a7311ea8baf928527fb7be594a0ba82f522d31d4 /sys | |
parent | e23bb5751d08cfe5b0e8af2a77bf36eb249a3ad4 (diff) |
A couple more device types.
Diffstat (limited to 'sys')
-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 b74f4bc7219..1057f0e7b96 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.56 2009/09/21 07:41:18 mglocker Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.57 2009/12/25 22:02:47 miod Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -124,6 +124,7 @@ struct wscons_event { #define WSKBD_TYPE_ZAURUS 16 /* Sharp Zaurus */ #define WSKBD_TYPE_DOMAIN 17 /* Apollo Domain */ #define WSKBD_TYPE_BLUETOOTH 18 /* Bluetooth keyboard */ +#define WSKBD_TYPE_KPC 19 /* Palm keypad */ /* Manipulate the keyboard bell. */ struct wskbd_bell_data { @@ -309,6 +310,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_MACHFB 59 /* Sun PGX/PGX64 */ #define WSDISPLAY_TYPE_GFXP 60 /* Sun PGX32 */ #define WSDISPLAY_TYPE_RADEONFB 61 /* Sun XVR-100 */ +#define WSDISPLAY_TYPE_SMFB 62 /* SiliconMotion SM712 */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |