Add scancode reading capability to TTY

This commit is contained in:
Erik van der Kouwe
2010-04-15 06:55:42 +00:00
parent 32f43d7571
commit 7de730afe4
7 changed files with 64 additions and 16 deletions

View File

@@ -146,6 +146,7 @@ _PROTOTYPE( int tcsetattr, \
/* Extensions to the termios c_iflag bit map. */
#define IXANY 0x0800 /* allow any key to continue ouptut */
#define SCANCODES 0x1000 /* send scancodes */
/* Extensions to the termios c_oflag bit map. They are only active iff
* OPOST is enabled. */