Subversion Repositories HelenOS-historic

Rev

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

Rev 1566 Rev 1603
Line 28... Line 28...
28
 */
28
 */
29
 
29
 
30
#include <arch/kbd.h>
30
#include <arch/kbd.h>
31
#include <ipc/ipc.h>
31
#include <ipc/ipc.h>
32
 
32
 
33
#define SPECIAL     '?'
33
#define SPECIAL     255
34
#define KEY_RELEASE 0x80
34
#define KEY_RELEASE 0x80
35
 
35
 
36
/**
36
/**
37
 * These codes read from i8042 data register are silently ignored.
37
 * These codes read from i8042 data register are silently ignored.
38
 */
38
 */