Subversion Repositories HelenOS-historic

Rev

Rev 670 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 670 Rev 671
Line 68... Line 68...
68
      | `---------- IBM scancode translation 0=AT, 1=PC/XT
68
      | `---------- IBM scancode translation 0=AT, 1=PC/XT
69
      `----------- reserved, should be 0
69
      `----------- reserved, should be 0
70
*/
70
*/
71
 
71
 
72
#define i8042_SET_COMMAND 0x60
72
#define i8042_SET_COMMAND 0x60
73
#define i8042_COMMAND 0x09
73
#define i8042_COMMAND 0x49
74
#define i8042_WAIT_MASK 0x02
74
#define i8042_WAIT_MASK 0x02
75
 
75
 
76
 
76
 
77
#define SPECIAL     '?'
77
#define SPECIAL     '?'
78
#define KEY_RELEASE 0x80
78
#define KEY_RELEASE 0x80