Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149414
b: refs/heads/master
c: bbe281f
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Jun 4, 2009
1 parent d7c07f5 commit 6acabc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: f0bca459829fd33d659c8cd0369ac86a3924a9bc
refs/heads/master: bbe281fad65f2eda1792d70763663a1b729fc03c
5 changes: 1 addition & 4 deletions trunk/drivers/hid/hidraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,7 @@ int hidraw_connect(struct hid_device *hid)
int minor, result;
struct hidraw *dev;

/* TODO currently we accept any HID device. This should later
* probably be fixed to accept only those devices which provide
* non-input applications
*/
/* we accept any HID device, no matter the applications */

dev = kzalloc(sizeof(struct hidraw), GFP_KERNEL);
if (!dev)
Expand Down

0 comments on commit 6acabc6

Please sign in to comment.