minix/drivers/tty
Dirk Vogt c22564335f 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
2010-11-17 14:53:07 +00:00
..
keymaps drivers/ builds in parallel (make -j N) 2010-07-01 07:39:36 +00:00
console.c move timers code to libsys 2010-07-09 12:58:18 +00:00
keyboard.c Added possibility to inject input events to tty 2010-11-17 14:53:07 +00:00
Makefile Configure settings for system services dynamically with the new service edit command. 2010-07-05 19:37:08 +00:00
pty.c Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
rs232.c Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
tty.c Added possibility to inject input events to tty 2010-11-17 14:53:07 +00:00
tty.h Added possibility to inject input events to tty 2010-11-17 14:53:07 +00:00