Module Name: src
Committed By: kiyohara
Date: Mon Apr 29 13:39:48 UTC 2013
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
Add WS{DISPLAY,KBD}_TYPE_* for epoc32.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/wscons/wsconsio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/wscons/wsconsio.h
diff -u src/sys/dev/wscons/wsconsio.h:1.107 src/sys/dev/wscons/wsconsio.h:1.108
--- src/sys/dev/wscons/wsconsio.h:1.107 Thu Jan 31 10:57:30 2013
+++ src/sys/dev/wscons/wsconsio.h Mon Apr 29 13:39:47 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.107 2013/01/31 10:57:30 macallan Exp $ */
+/* $NetBSD: wsconsio.h,v 1.108 2013/04/29 13:39:47 kiyohara Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -107,6 +107,7 @@ struct wscons_event {
#define WSKBD_TYPE_ZAURUS 22 /* Sharp Zaurus keyboard */
#define WSKBD_TYPE_LUNA 23 /* OMRON SX-9100 LUNA */
#define WSKBD_TYPE_RFB 24 /* Usermode vnc remote keyboard */
+#define WSKBD_TYPE_EPOC 25 /* Psion EPOC machine keyboard */
/* Manipulate the keyboard bell. */
struct wskbd_bell_data {
@@ -331,6 +332,8 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_IMXIPU 55 /* i.MX ipu */
#define WSDISPLAY_TYPE_VC4 56 /* Broadcom VideoCore 4 */
#define WSDISPLAY_TYPE_OMAP3 57 /* OMAP 3530 */
+#define WSDISPLAY_TYPE_WINDERMERE 58 /* SoC for EPOC32 Series 5mx */
+#define WSDISPLAY_TYPE_CLPS711X 59 /* CL PS-711x */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {