projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c669869
)
Input: ati_remote - relax permissions sysfs module parameters
author
Dmitry Torokhov
<dtor@insightbb.com>
Sat, 5 Aug 2006 02:53:15 +0000
(22:53 -0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Sat, 5 Aug 2006 02:53:15 +0000
(22:53 -0400)
Allow changing debug and channel_mask parameters on the fly.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/usb/input/ati_remote.c
patch
|
blob
|
history
diff --git
a/drivers/usb/input/ati_remote.c
b/drivers/usb/input/ati_remote.c
index b00232cdd3920c839ccba0b9d9f760563e890bb8..bdf144bf7f1b2dc3aaab8371fe7b4da46591cf9c 100644
(file)
--- a/
drivers/usb/input/ati_remote.c
+++ b/
drivers/usb/input/ati_remote.c
@@
-122,11
+122,11
@@
#define FILTER_TIME 60 /* msec */
static unsigned long channel_mask;
-module_param(channel_mask, ulong, 0
4
44);
+module_param(channel_mask, ulong, 0
6
44);
MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
static int debug;
-module_param(debug, int, 0
4
44);
+module_param(debug, int, 0
6
44);
MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
static int repeat_filter = FILTER_TIME;