2005-03-20 18:31:37

by Magnus Damm

[permalink] [raw]
Subject: [PATCH] i8042: MODULE_PARM_DESC

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;