Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Add WS{DISPLAY, KBD}_TYPE_* for epoc32.
details: https://anonhg.NetBSD.org/src/rev/4dcd492b4aa5
branches: trunk
changeset: 786471:4dcd492b4aa5
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Mon Apr 29 13:39:47 2013 +0000
description:
Add WS{DISPLAY,KBD}_TYPE_* for epoc32.
diffstat:
sys/dev/wscons/wsconsio.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r be6091744af4 -r 4dcd492b4aa5 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Mon Apr 29 13:28:55 2013 +0000
+++ b/sys/dev/wscons/wsconsio.h Mon Apr 29 13:39:47 2013 +0000
@@ -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 @@
#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 @@
#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 {
Home |
Main Index |
Thread Index |
Old Index