Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227598
b: refs/heads/master
c: c311598
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Nov 18, 2010
1 parent 01f6d92 commit 6d7795c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e9229faf920aba47dd1ba6940b3ca138024543d3
refs/heads/master: c311598b29f09c5092747a2603700f96a7daec2a
6 changes: 3 additions & 3 deletions trunk/drivers/hid/hid-prodikeys.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static ssize_t store_channel(struct device *dev,
return -EINVAL;
}

static DEVICE_ATTR(channel, S_IRUGO | S_IWUGO, show_channel,
static DEVICE_ATTR(channel, S_IRUGO | S_IWUSR | S_IWGRP , show_channel,
store_channel);

static struct device_attribute *sysfs_device_attr_channel = {
Expand Down Expand Up @@ -169,7 +169,7 @@ static ssize_t store_sustain(struct device *dev,
return -EINVAL;
}

static DEVICE_ATTR(sustain, S_IRUGO | S_IWUGO, show_sustain,
static DEVICE_ATTR(sustain, S_IRUGO | S_IWUSR | S_IWGRP, show_sustain,
store_sustain);

static struct device_attribute *sysfs_device_attr_sustain = {
Expand Down Expand Up @@ -207,7 +207,7 @@ static ssize_t store_octave(struct device *dev,
return -EINVAL;
}

static DEVICE_ATTR(octave, S_IRUGO | S_IWUGO, show_octave,
static DEVICE_ATTR(octave, S_IRUGO | S_IWUSR | S_IWGRP, show_octave,
store_octave);

static struct device_attribute *sysfs_device_attr_octave = {
Expand Down

0 comments on commit 6d7795c

Please sign in to comment.