summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1997-07-31 23:06:33 +0000
committerMiguel de Icaza <miguel@nuclecu.unam.mx>1997-07-31 23:06:33 +0000
commite4ac0a23608326673055e4f864a554ee34559250 (patch)
treed99d4ec5fa3f3444b8715adebcf4880120dc1a0f /arch
parent9765588f1533bde5f6af8056525368b301d72989 (diff)
shared memory input queue changes:
- make keyboard forward events to the streams keyboard module for delivery to the shmiq. - Fixes to make the graphics streams driver use dentries (this is the reason Alex's compile failed). - Major/misc numbers that were assigned by HPA for the streamable devices. - keyboard streams device. - working shmiq framework for the keyboard. What needs to be done: - Fix the mouse driver, did someone ever got any information out from /dev/psaux on the SGI port? - Figure out why changes made in the kernel side to the SHMIQ are not always seen by the user space.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 642eac1aa..22aff787f 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -72,6 +72,7 @@ else
fi
if [ "$CONFIG_CPU_LITTLE_ENDIAN" = "n" ]; then
define_bool CONFIG_BINFMT_IRIX y
+ define_bool CONFIG_FORWARD_KEYBOARD y
fi
define_bool CONFIG_BINFMT_ELF y
define_bool CONFIG_BINFMT_AOUT n