Making keyboard work on toshiba satellite 4030cdt

Pavel Machek (pavel@suse.cz)
Tue, 12 Oct 1999 10:11:10 +0200


Hi!

On toshiba, keyboard stops working when gpm is loaded. This patch
solves it.

Pavel

--- clean/drivers/char/pc_keyb.c Tue Oct 12 08:48:15 1999
+++ linux/drivers/char/pc_keyb.c Tue Oct 12 08:42:43 1999
@@ -871,6 +923,8 @@
aux_write_ack(AUX_ENABLE_DEV); /* Enable aux device */
kbd_write_cmd(AUX_INTS_ON); /* Enable controller ints */

+ send_data(KBD_CMD_ENABLE); /* try to workaround toshiba4030cdt problem */
+
return 0;
}

-- 
I'm really pavel@ucw.cz. Look at http://195.113.31.123/~pavel.  Pavel
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!

- 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/