The patch titled disable atykb "too many keys pressed" warning has been removed from the -mm tree. Its filename is disable-atykb-warning.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Matthew Galgoci <mgalgoci@xxxxxxxxxx> This has been rejected on the grounds that ATKBD_RET_ERR is a hardware error and needed to be printed. But people are hitting it in real life on non-broken hardware. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/input/keyboard/atkbd.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) diff -puN drivers/input/keyboard/atkbd.c~disable-atykb-warning drivers/input/keyboard/atkbd.c --- devel/drivers/input/keyboard/atkbd.c~disable-atykb-warning 2006-01-23 16:41:52.000000000 -0800 +++ devel-akpm/drivers/input/keyboard/atkbd.c 2006-01-23 16:41:52.000000000 -0800 @@ -340,7 +340,10 @@ static irqreturn_t atkbd_interrupt(struc atkbd_report_key(atkbd->dev, regs, KEY_HANJA, 3); goto out; case ATKBD_RET_ERR: - printk(KERN_DEBUG "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; } _ Patches currently in -mm which might be from mgalgoci@xxxxxxxxxx are disable-atykb-warning.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html