linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Cc: Vojtech Pavlik <vojtech@suse.cz>, torvalds@osld.org, akpm@osdl.org
Subject: Re: [bk patches] Long delayed input update
Date: Mon, 27 Dec 2004 14:19:43 -0500	[thread overview]
Message-ID: <200412271419.46143.dtor_core@ameritech.net> (raw)
In-Reply-To: <20041227142821.GA5309@ucw.cz>

On Monday 27 December 2004 09:28 am, Vojtech Pavlik wrote:
> ChangeSet@1.1957.1.21, 2004-10-21 23:52:36-05:00, dtor_core@ameritech.net
> ? 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@mail.ru>

Hi,

This one needs the patch below to correct permissions braindamage.

-- 
Dmitry


===================================================================


ChangeSet@1.1968, 2004-11-25 00:33:20-05:00, dtor_core@ameritech.net
  Input: i8042 - fix "debug" parameter sysfs permissions.
  
  Signed-off-by: Dmitry Torokhov <dtor@mail.ru>


 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
 

  reply	other threads:[~2004-12-27 19:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-27 14:28 [bk patches] Long delayed input update Vojtech Pavlik
2004-12-27 19:19 ` Dmitry Torokhov [this message]
2005-01-03 13:18   ` Vojtech Pavlik
2005-01-04  5:54     ` Linus Torvalds
2005-01-04  6:14       ` Dmitry Torokhov
2005-01-04 14:50         ` Adrian Bunk
2005-01-04 15:17           ` Dmitry Torokhov
2005-01-04 13:58       ` Vojtech Pavlik
2005-01-04 15:58         ` Linus Torvalds
2005-01-04 16:08           ` Vojtech Pavlik
2005-01-04 16:14             ` Linus Torvalds
2005-01-04 16:23               ` Dmitry Torokhov
2005-01-04 18:03                 ` Linus Torvalds
2005-01-04 18:13                   ` Dmitry Torokhov
2005-01-04 16:40               ` Vojtech Pavlik
2005-01-04 17:22                 ` Dmitry Torokhov
2005-01-04 17:32                   ` Vojtech Pavlik
2005-01-04 16:23           ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200412271419.46143.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osld.org \
    --cc=vojtech@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).