i8042.h (dcbf825714e27a4c39edcc36c7623b37bc40040a) | i8042.h (8226a3e99f1c1e7ded648721d1e16118453761e5) |
---|---|
1/* 2 * (C) Copyright 2002 ELTEC Elektronik AG 3 * Frank Gottschling <fgottschling@eltec.de> 4 * 5 * SPDX-License-Identifier: GPL-2.0+ 6 */ 7 8/* i8042.h - Intel 8042 keyboard driver header */ --- 21 unchanged lines hidden (view full) --- 30 31/* i8042 commands */ 32#define CMD_RD_CONFIG 0x20 /* read configuration byte */ 33#define CMD_WR_CONFIG 0x60 /* write configuration byte */ 34#define CMD_SELF_TEST 0xaa /* controller self-test */ 35#define CMD_KBD_DIS 0xad /* keyboard disable */ 36#define CMD_KBD_EN 0xae /* keyboard enable */ 37#define CMD_SET_KBD_LED 0xed /* set keyboard led */ | 1/* 2 * (C) Copyright 2002 ELTEC Elektronik AG 3 * Frank Gottschling <fgottschling@eltec.de> 4 * 5 * SPDX-License-Identifier: GPL-2.0+ 6 */ 7 8/* i8042.h - Intel 8042 keyboard driver header */ --- 21 unchanged lines hidden (view full) --- 30 31/* i8042 commands */ 32#define CMD_RD_CONFIG 0x20 /* read configuration byte */ 33#define CMD_WR_CONFIG 0x60 /* write configuration byte */ 34#define CMD_SELF_TEST 0xaa /* controller self-test */ 35#define CMD_KBD_DIS 0xad /* keyboard disable */ 36#define CMD_KBD_EN 0xae /* keyboard enable */ 37#define CMD_SET_KBD_LED 0xed /* set keyboard led */ |
38#define CMD_DRAIN_OUTPUT 0xf4 /* drain output buffer */ |
|
38#define CMD_RESET_KBD 0xff /* reset keyboard */ 39 40/* i8042 command result */ 41#define KBC_TEST_OK 0x55 42#define KBD_ACK 0xfa 43#define KBD_POR 0xaa 44 45/* keyboard scan codes */ --- 45 unchanged lines hidden --- | 39#define CMD_RESET_KBD 0xff /* reset keyboard */ 40 41/* i8042 command result */ 42#define KBC_TEST_OK 0x55 43#define KBD_ACK 0xfa 44#define KBD_POR 0xaa 45 46/* keyboard scan codes */ --- 45 unchanged lines hidden --- |