Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196297
b: refs/heads/master
c: 653efbb
h: refs/heads/master
i:
  196295: e4272a7
v: v3
  • Loading branch information
Stephane Chatty authored and Jiri Kosina committed Apr 19, 2010
1 parent c862f1c commit 435af80
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: 36213e1e40fb863e2e8ef607b2958504b48f6b8e
refs/heads/master: 653efbb4b2c796a39c67501e4bce983a41278dfa
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-cando.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ static int cando_probe(struct hid_device *hdev, const struct hid_device_id *id)
return -ENOMEM;
}
hid_set_drvdata(hdev, td);
td->first = false;
td->oldest = -1;
td->valid = false;

ret = hid_parse(hdev);
if (!ret)
Expand Down

0 comments on commit 435af80

Please sign in to comment.