Linux MIPS Architecture development
 help / color / mirror / Atom feed
* CONFIG_MAGIC_SYSRQ and CONFIG_DUMMY_KEYB
@ 2004-01-09  8:43 Atsushi Nemoto
  2004-01-09  8:53 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2004-01-09  8:43 UTC (permalink / raw)
  To: linux-mips, ralf

The 2.4 kernel could not be built with both CONFIG_MAGIC_SYSRQ and
CONFIG_DUMMY_KEYB enabled.  This configuration should be possible
since we can use Magic SysRq with serial driver.

Here is a patch.

diff -u linux-mips/drivers/char/dummy_keyb.c linux/drivers/char/dummy_keyb.c
--- linux-mips/drivers/char/dummy_keyb.c	Thu Jun 12 10:14:55 2003
+++ linux/drivers/char/dummy_keyb.c	Fri Jan  9 17:28:37 2004
@@ -140,3 +140,7 @@
 {
 	printk("Dummy keyboard driver installed.\n");
 }
+#ifdef CONFIG_MAGIC_SYSRQ
+unsigned char kbd_sysrq_key;
+unsigned char kbd_sysrq_xlate[128];
+#endif
---
Atsushi Nemoto

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-09  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-09  8:43 CONFIG_MAGIC_SYSRQ and CONFIG_DUMMY_KEYB Atsushi Nemoto
2004-01-09  8:53 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox