Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/dev/wscons Pull up revision 1.74 (requested by martin...



details:   https://anonhg.NetBSD.org/src/rev/9a16361c67b4
branches:  netbsd-3
changeset: 575992:9a16361c67b4
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Jun 03 15:49:29 2005 +0000

description:
Pull up revision 1.74 (requested by martin in ticket #370):
Make it possible for a console driver to deliver raw ASCII characters
to wskbd. This is for special cases only, and may even be considered a
hack, but it is cheap and very local.

diffstat:

 sys/dev/wscons/wsconsio.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5a5c01688447 -r 9a16361c67b4 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Fri Jun 03 15:47:59 2005 +0000
+++ b/sys/dev/wscons/wsconsio.h Fri Jun 03 15:49:29 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.73 2005/02/27 00:27:52 perry Exp $ */
+/* $NetBSD: wsconsio.h,v 1.73.2.1 2005/06/03 15:49:29 riz Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -71,6 +71,7 @@
 #define        WSCONS_EVENT_MOUSE_DELTA_Z      10      /* Z delta amount */
 #define        WSCONS_EVENT_MOUSE_ABSOLUTE_Z   11      /* Z location */
 #define        WSCONS_EVENT_SCREEN_SWITCH      12      /* New screen number */
+#define        WSCONS_EVENT_ASCII              13      /* key code is already ascii */
 
 
 /*



Home | Main Index | Thread Index | Old Index