Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305037
b: refs/heads/master
c: b565a39
h: refs/heads/master
i:
  305035: 327661e
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Jiri Kosina committed May 17, 2012
1 parent f1ec945 commit f012cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 16b79bb8ec4f20527525f8c063ae3e4d77388e97
refs/heads/master: b565a3906a92fe87b162cdcd11268589a36dc6dd
3 changes: 2 additions & 1 deletion trunk/drivers/hid/hid-hyperv.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,12 @@ static int mousevsc_probe(struct hv_device *device,

sprintf(hid_dev->name, "%s", "Microsoft Vmbus HID-compliant Mouse");

hid_set_drvdata(hid_dev, device);

ret = hid_add_device(hid_dev);
if (ret)
goto probe_err1;

hid_set_drvdata(hid_dev, device);

ret = hid_parse(hid_dev);
if (ret) {
Expand Down

0 comments on commit f012cf2

Please sign in to comment.