public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Lowered priority of "too many keys" message in atkbd
@ 2004-05-30  8:31 Christoph Hellwig
  2004-06-04 12:48 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2004-05-30  8:31 UTC (permalink / raw)
  To: vojtech; +Cc: linux-kernel

This patch is from the Debian kernel package and I think it's valid
because this error doesn't cause any kind of malfunction of the system.


--- linux/drivers/input/keyboard/atkbd.c	2004-04-05 19:49:28.000000000 +1000
+++ linux/drivers/input/keyboard/atkbd.c	2004-04-06 19:55:38.000000000 +1000
@@ -284,7 +284,7 @@
 			atkbd_report_key(&atkbd->dev, regs, KEY_HANJA, 3);
 			goto out;
 		case ATKBD_RET_ERR:
-			printk(KERN_WARNING "atkbd.c: Keyboard on %s reports too many keys pressed.\n", serio->phys);
+			printk(KERN_DEBUG "atkbd.c: Keyboard on %s reports too many keys pressed.\n", serio->phys);
 			goto out;
 	}
 

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

end of thread, other threads:[~2004-06-04 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-30  8:31 [PATCH] Lowered priority of "too many keys" message in atkbd Christoph Hellwig
2004-06-04 12:48 ` Pavel Machek
2004-06-04 13:08   ` Jörn Engel

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