lkml.org 
[lkml]   [2004]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2/12] lower priority of "too many keys" msg in atkbd.c
 * 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@pobox.com>
Message-ID: <16476.11084.179640.444619@localhost.localdomain>
To: submit@bugs.debian.org
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.064 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site