Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115514
b: refs/heads/master
c: 0a02002
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Jean Delvare committed Oct 17, 2008
1 parent 35d0cdd commit 45eaeb7
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: 810ad7b62c0f075dc44ecc781b24c7f6ba388da5
refs/heads/master: 0a02002268bf624a8b0eaf3b4eb5c4207bd80d8b
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/ams/ams-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
#include "ams.h"

static unsigned int joystick;
module_param(joystick, bool, 0644);
module_param(joystick, bool, S_IRUGO);
MODULE_PARM_DESC(joystick, "Enable the input class device on module load");

static unsigned int invert;
module_param(invert, bool, 0644);
module_param(invert, bool, S_IWUSR | S_IRUGO);
MODULE_PARM_DESC(invert, "Invert input data on X and Y axis");

static void ams_idev_poll(struct input_polled_dev *dev)
Expand Down

0 comments on commit 45eaeb7

Please sign in to comment.