tty: non-overlapping code for FKEY_CONTROL

. to decode it in kernel/debug.c

Change-Id: I0d2cc66e87d97a362fa549b364b4d1b0e1225e66
This commit is contained in:
Ben Gras
2013-05-01 19:01:17 +00:00
parent dfbe2f16ee
commit 85fd078707
5 changed files with 19 additions and 21 deletions

View File

@@ -220,7 +220,8 @@ int main(void)
}
switch (tty_mess.m_type) {
case FKEY_CONTROL: /* (un)register a fkey observer */
case TTY_FKEY_CONTROL: /* (un)register a fkey observer */
case OLD_FKEY_CONTROL: /* old number */
do_fkey_ctl(&tty_mess);
continue;
case INPUT_EVENT: