lkml.org 
[lkml]   [2004]   [Dec]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [bk patches] Long delayed input update
Date
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.045 / U:3.672 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site