Add identifiers for HP devices.
This commit is contained in:
parent
43fe22fed0
commit
adb908503d
|
@ -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 @@ struct wscons_event {
|
|||
#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 @@ struct wskbd_map_data {
|
|||
#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 @@ struct wsmouse_calibcoords {
|
|||
#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 {
|
||||
|
|
Loading…
Reference in New Issue