lkml.org 
[lkml]   [2004]   [Dec]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 9/16] i8042: fix sysfs permissiions for 'debug' parameter
Date

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


ChangeSet@1.1968, 2004-11-25 01:24:31-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-12-29 01:49:41 -05:00
+++ b/drivers/input/serio/i8042.c 2004-12-29 01:49:41 -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:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site