Added possibility to inject input events to tty
M include/Makefile A include/minix/input.h M include/minix/com.h M drivers/tty/keyboard.c M drivers/tty/tty.c M drivers/tty/tty.h M include/minix/syslib.h M lib/libsys/Makefile A lib/libsys/input.c
This commit is contained in:
@@ -232,6 +232,9 @@ PUBLIC int main(void)
|
||||
case FKEY_CONTROL: /* (un)register a fkey observer */
|
||||
do_fkey_ctl(&tty_mess);
|
||||
continue;
|
||||
case INPUT_EVENT:
|
||||
do_kb_inject(&tty_mess);
|
||||
continue;
|
||||
default: /* should be a driver request */
|
||||
; /* do nothing; end switch */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user