Add a WSKBD_TYPE_ADB for Macs.
This commit is contained in:
parent
3b88e4f7d2
commit
5f1dd50365
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: wsconsio.h,v 1.42 2001/09/18 23:25:25 ad Exp $ */
|
/* $NetBSD: wsconsio.h,v 1.43 2001/10/02 21:03:05 mycroft Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
|
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
|
||||||
|
@ -87,6 +87,7 @@ struct wscons_event {
|
||||||
#define WSKBD_TYPE_HPC_BTN 8 /* HPC/PsPC buttons */
|
#define WSKBD_TYPE_HPC_BTN 8 /* HPC/PsPC buttons */
|
||||||
#define WSKBD_TYPE_ARCHIMEDES 9 /* Archimedes keyboard */
|
#define WSKBD_TYPE_ARCHIMEDES 9 /* Archimedes keyboard */
|
||||||
#define WSKBD_TYPE_RISCPC 10 /* RiscPC keyboard, resembling AT codes */
|
#define WSKBD_TYPE_RISCPC 10 /* RiscPC keyboard, resembling AT codes */
|
||||||
|
#define WSKBD_TYPE_ADB 11 /* ADB */
|
||||||
|
|
||||||
/* Manipulate the keyboard bell. */
|
/* Manipulate the keyboard bell. */
|
||||||
struct wskbd_bell_data {
|
struct wskbd_bell_data {
|
||||||
|
|
Loading…
Reference in New Issue