Re: [bk patches] Long delayed input update

From: Vojtech Pavlik
Date: Mon Jan 03 2005 - 08:19:24 EST


On Mon, Dec 27, 2004 at 02:19:43PM -0500, Dmitry Torokhov wrote:
> On Monday 27 December 2004 09:28 am, Vojtech Pavlik wrote:
> > ChangeSet@xxxxxxxxxxx, 2004-10-21 23:52:36-05:00, dtor_core@xxxxxxxxxxxxx
> > ? Input: i8042 - allow turning debugging on and off "on-fly"
> > ? ? ? ? ?so people do not have to recompile their kernels to
> > ? ? ? ? ?provide debug info.
> > ?
> > ? ? ? ? ?Adds new parameter i8042.debug also accessible through
> > ? ? ? ? ?sysfs.
> > ?
> > ? Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>
>
> Hi,
>
> This one needs the patch below to correct permissions braindamage.

Applied. Linus, please pull now.

> ===================================================================
>
>
> ChangeSet@xxxxxx, 2004-11-25 00:33:20-05:00, dtor_core@xxxxxxxxxxxxx
> Input: i8042 - fix "debug" parameter sysfs permissions.
>
> Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>
>
>
> i8042.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> ===================================================================
>
>
>
> diff -Nru a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
> --- a/drivers/input/serio/i8042.c 2004-11-25 01:27:15 -05:00
> +++ b/drivers/input/serio/i8042.c 2004-11-25 01:27:15 -05:00
> @@ -68,7 +68,7 @@
> #define DEBUG
> #ifdef DEBUG
> static int i8042_debug;
> -module_param_named(debug, i8042_debug, bool, 600);
> +module_param_named(debug, i8042_debug, bool, 0600);
> MODULE_PARM_DESC(debug, "Turn i8042 debugging mode on and off");
> #endif

--
Vojtech Pavlik
SuSE Labs, SuSE CR
-
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/