]> Zhao Yanbai Git Server - minix.git/commit
Updated function key mapping because of possible changes to NOTIFY.
authorJorrit Herder <jnherder@minix3.org>
Mon, 20 Jun 2005 14:23:31 +0000 (14:23 +0000)
committerJorrit Herder <jnherder@minix3.org>
Mon, 20 Jun 2005 14:23:31 +0000 (14:23 +0000)
commitec24a0798ceb5dee6cf12c2bd8c12848138546fe
tree7ea88cf316052f5daccf740f3b3d4eb6422c8839
parentc0f83b40335ae34b90601f32fde4fa4ff4ee4ca4
Updated function key mapping because of possible changes to NOTIFY.

The TTY driver now only notifies the IS server about function key event,
but does not tell which keys are pressed. The IS servers queries the TTY
driver to find out about this.
13 files changed:
drivers/drivers.h
drivers/rtl8139/rtl8139.c
drivers/tty/keyboard.c
include/minix/com.h
include/minix/config.h
include/minix/utils.h
kernel/ipc.h
kernel/system.h
kernel/system/tracing.c
lib/utils/fkey_ctl.c
servers/is/dmp.c
servers/is/is.h
servers/is/main.c