Project

General

Profile

Revision 39

fixed frozen keyboard

View differences:

kbc.h
41 41
#define TWO_BYTE_CODE   0xE0    /* @brief First byte of a two byte Scancode */
42 42
#define BREAK_CODE_BIT  BIT(7)  /* @brief Bit to distinguish between Make code and Break code */
43 43

  
44
/* Command byte masks */
45
#define INT_KBD         BIT(0)
46
#define INT_MOU         BIT(1)
47
#define DIS_KBD         BIT(4)
48
#define DIS_MOU         BIT(5)
49

  
44 50
#endif

Also available in: Unified diff