For 2.6.11.x, already fixed in 2.6.12-rc1.

Replace duplicate "dumbkbd" with "noloop".

Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>

--- linux-2.6.11.4/drivers/input/serio/i8042.c  2005-03-16 10:56:16.000000000 
+0100
+++ linux-2.6.11.4-i8042_parm_desc/drivers/input/serio/i8042.c  2005-03-20 
17:49:02.329667144 +0100
@@ -52,7 +52,7 @@
 
 static unsigned int i8042_noloop;
 module_param_named(noloop, i8042_noloop, bool, 0);
-MODULE_PARM_DESC(dumbkbd, "Disable the AUX Loopback command while probing for 
the AUX port");
+MODULE_PARM_DESC(noloop, "Disable the AUX Loopback command while probing for 
the AUX port");
 
 #ifdef CONFIG_ACPI
 static int i8042_noacpi;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to