To work around the problem, apply this patch for now:
--- drivers/char/pc_keyb.c~ Tue Aug 10 22:17:55 1999
+++ drivers/char/pc_keyb.c Wed Aug 18 21:52:22 1999
@@ -966,7 +966,7 @@
static int __init psaux_init(void)
{
- if (!detect_auxiliary_port())
+ if (1 || !detect_auxiliary_port())
return -EIO;
misc_register(&psaux_mouse);
(credits to Alan Cox, my own version of the workaround is a bit more convoluted)
I should get off my lazy bum and look more active into a 'real' fix or providing
a boot-time option for it!
--Tim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/