Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33200
b: refs/heads/master
c: c605b67
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Aug 5, 2006
1 parent 5353c2e commit dce2a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c669869710abd1ba47f25569ccc478c42f62a888
refs/heads/master: c605b679144a39f291debd7031a4ada0337f02ef
4 changes: 2 additions & 2 deletions trunk/drivers/usb/input/ati_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
#define FILTER_TIME 60 /* msec */

static unsigned long channel_mask;
module_param(channel_mask, ulong, 0444);
module_param(channel_mask, ulong, 0644);
MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");

static int debug;
module_param(debug, int, 0444);
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Enable extra debug messages and information");

static int repeat_filter = FILTER_TIME;
Expand Down

0 comments on commit dce2a9a

Please sign in to comment.