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 the NeXT mouse type
details: https://anonhg.NetBSD.org/src/rev/3ccdb2100812
branches: trunk
changeset: 480723:3ccdb2100812
user: deberg <deberg%NetBSD.org@localhost>
date: Tue Jan 18 19:52:50 2000 +0000
description:
add the NeXT mouse type
diffstat:
sys/dev/wscons/wsconsio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 945496cf5d18 -r 3ccdb2100812 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Tue Jan 18 19:52:21 2000 +0000
+++ b/sys/dev/wscons/wsconsio.h Tue Jan 18 19:52:50 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.24 2000/01/08 02:57:24 takemura Exp $ */
+/* $NetBSD: wsconsio.h,v 1.25 2000/01/18 19:52:50 deberg Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -157,6 +157,7 @@
#define WSMOUSE_TYPE_LMS 4 /* Logitech busmouse */
#define WSMOUSE_TYPE_MMS 5 /* Microsoft InPort mouse */
#define WSMOUSE_TYPE_TPANEL 6 /* Generic Touch Panel */
+#define WSMOUSE_TYPE_NEXT 7 /* NeXT mouse */
/* Set resolution. Not applicable to all mouse types. */
#define WSMOUSEIO_SRES _IOR('W', 33, u_int)
Home |
Main Index |
Thread Index |
Old Index