Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227614
b: refs/heads/master
c: ae5e49c
h: refs/heads/master
v: v3
  • Loading branch information
Alan Ott authored and Jiri Kosina committed Jan 4, 2011
1 parent 39d2ab0 commit 8be1af8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68229689b6dc950bea4b81dd60563884f4a7e1c5
refs/heads/master: ae5e49c79c051ea1d5ca91cbd4a0d22189067ba3
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hidraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ static const struct file_operations hidraw_ops = {
.open = hidraw_open,
.release = hidraw_release,
.unlocked_ioctl = hidraw_ioctl,
#ifdef CONFIG_COMPAT
.compat_ioctl = hidraw_ioctl,
#endif
.llseek = noop_llseek,
};

Expand Down

0 comments on commit 8be1af8

Please sign in to comment.