Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282291
b: refs/heads/master
c: 74c4fb0
h: refs/heads/master
i:
  282289: 0f58184
  282287: 533775d
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Jiri Kosina committed Dec 1, 2011
1 parent 227d00a commit e4b0f2b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 045b1684bc21575793a099490938d197555eb128
refs/heads/master: 74c4fb058083b47571a4f76dcfce95085f2d8098
4 changes: 4 additions & 0 deletions trunk/drivers/hid/hid-hyperv.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ static int mousevsc_probe(struct hv_device *device,

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

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

ret = hid_parse_report(hid_dev, input_dev->report_desc,
input_dev->report_desc_size);

Expand Down

0 comments on commit e4b0f2b

Please sign in to comment.