1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* Keyboard definitions
|
1993-05-22 11:56:12 +04:00
|
|
|
*
|
|
|
|
* $Id: kbd.h,v 1.2 1993/05/22 08:01:31 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* commands and responses */
|
|
|
|
#define KBC_RESET 0xFF /* Reset the keyboard */
|
|
|
|
#define KBC_STSIND 0xED /* set keyboard status indicators */
|
|
|
|
#define KBR_OVERRUN 0xFE /* Keyboard flooded */
|
|
|
|
#define KBR_RESEND 0xFE /* Keyboard needs resend of command */
|
|
|
|
#define KBR_ACK 0xFA /* Keyboard did receive command */
|
|
|
|
#define KBR_RSTDONE 0xAA /* Keyboard reset complete */
|