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 identifiers for HP devices.



details:   https://anonhg.NetBSD.org/src/rev/6095b4ec85e4
branches:  trunk
changeset: 518558:6095b4ec85e4
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun Dec 02 01:17:51 2001 +0000

description:
Add identifiers for HP devices.

diffstat:

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

diffs (39 lines):

diff -r 95a24b4bd521 -r 6095b4ec85e4 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Sun Dec 02 01:04:26 2001 +0000
+++ b/sys/dev/wscons/wsconsio.h Sun Dec 02 01:17:51 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.45 2001/11/05 08:22:24 enami Exp $ */
+/* $NetBSD: wsconsio.h,v 1.46 2001/12/02 01:17:51 gmcgarry Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -89,6 +89,7 @@
 #define                WSKBD_TYPE_ARCHIMEDES   9       /* Archimedes keyboard */
 #define                WSKBD_TYPE_RISCPC       10      /* RiscPC keyboard, resembling AT codes */
 #define                WSKBD_TYPE_ADB          11      /* ADB */
+#define                WSKBD_TYPE_HP_HIL       12      /* HP HIL keyboard */
 
 /* Manipulate the keyboard bell. */
 struct wskbd_bell_data {
@@ -169,6 +170,7 @@
 #define                WSMOUSE_TYPE_TPANEL     6       /* Generic Touch Panel */
 #define        WSMOUSE_TYPE_NEXT       7       /* NeXT mouse */
 #define                WSMOUSE_TYPE_ARCHIMEDES 8       /* Archimedes mouse */
+#define                WSMOUSE_TYPE_HP_HIL     9       /* HP HIL mouse */
 
 /* Set resolution.  Not applicable to all mouse types. */
 #define        WSMOUSEIO_SRES          _IOW('W', 33, u_int)
@@ -232,6 +234,13 @@
 #define                WSDISPLAY_TYPE_SB_P9100 22      /* Tadpole SPARCbook P9100 */
 #define                WSDISPLAY_TYPE_EGA      23      /* (generic) EGA */
 #define                WSDISPLAY_TYPE_DCPVR    24      /* Dreamcast PowerVR */
+#define                WSDISPLAY_TYPE_GATOR    25      /* HP Gator */
+#define                WSDISPLAY_TYPE_TOPCAT   26      /* HP TopCat */
+#define                WSDISPLAY_TYPE_RENAISSANCE      27      /* HP Renaissance */
+#define                WSDISPLAY_TYPE_CATSEYE  28      /* HP CatsEye */
+#define                WSDISPLAY_TYPE_DAVINCI  29      /* HP DaVinci */
+#define                WSDISPLAY_TYPE_TIGER    30      /* HP Tiger */
+#define                WSDISPLAY_TYPE_HYPERION 31      /* HP Hyperion */
 
 /* Basic display information.  Not applicable to all display types. */
 struct wsdisplay_fbinfo {



Home | Main Index | Thread Index | Old Index