[2/12] lower priority of "too many keys" msg in atkbd.c

From: William Lee Irwin III
Date: Sun Jun 13 2004 - 19:37:52 EST


* Lowered priority of "too many keys" message in drivers/input/keyboard/atkbd.c
This fixes Debian BTS #239036.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239036

From: "Jon Thackray" <jgt@xxxxxxxxx>
Message-ID: <16476.11084.179640.444619@xxxxxxxxxxxxxxxxxxxxx>
To: submit@xxxxxxxxxxxxxxx
Subject: Keyboard misbehaving

The keyboard under 2.6.4 seems to be behaving strangely, reporting
unknown key codes and too many keys pressed, even when no keys have
been pressed. The keyboard is connected via an 8 way KVM switch, but
was working quite acceptably under 2.4.25 with no such messages.
Trying 2.6.3 is not an option as it doesn't support the hardware
properly, as previously reported.


Index: linux-2.5/drivers/input/keyboard/atkbd.c
===================================================================
--- linux-2.5.orig/drivers/input/keyboard/atkbd.c 2004-06-13 11:57:13.000000000 -0700
+++ linux-2.5/drivers/input/keyboard/atkbd.c 2004-06-13 12:08:54.000000000 -0700
@@ -288,7 +288,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;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/