diff options
-rw-r--r-- | drivers/hid/hid-wacom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index 724f46ed612f..94caae731381 100644 --- a/drivers/hid/hid-wacom.c +++ b/drivers/hid/hid-wacom.c | |||
@@ -172,7 +172,7 @@ static ssize_t wacom_store_speed(struct device *dev, | |||
172 | return -EINVAL; | 172 | return -EINVAL; |
173 | } | 173 | } |
174 | 174 | ||
175 | static DEVICE_ATTR(speed, S_IRUGO | S_IWUGO, | 175 | static DEVICE_ATTR(speed, S_IRUGO | S_IWUSR | S_IWGRP, |
176 | wacom_show_speed, wacom_store_speed); | 176 | wacom_show_speed, wacom_store_speed); |
177 | 177 | ||
178 | static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, | 178 | static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, |