Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227599
b: refs/heads/master
c: edd2126
h: refs/heads/master
i:
  227597: 01f6d92
  227595: 7104226
  227591: c65b89d
  227583: c9211b4
v: v3
  • Loading branch information
Jiri Kosina committed Nov 18, 2010
1 parent 6d7795c commit 8c19aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c311598b29f09c5092747a2603700f96a7daec2a
refs/heads/master: edd2126aa8aab8a87db7cc480d5047e9280d7acf
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-wacom.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static ssize_t wacom_store_speed(struct device *dev,
return -EINVAL;
}

static DEVICE_ATTR(speed, S_IRUGO | S_IWUGO,
static DEVICE_ATTR(speed, S_IRUGO | S_IWUSR | S_IWGRP,
wacom_show_speed, wacom_store_speed);

static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report,
Expand Down

0 comments on commit 8c19aa2

Please sign in to comment.