Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281222
b: refs/heads/master
c: f75c051
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Dec 1, 2011
1 parent 5f1f96e commit 2101c29
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: 0dcbcbb49e3e8636e2f9d8cbcbeea827c5c951d9
refs/heads/master: f75c0510784e9f6ce8808b01fb826d89d0ffbcd6
4 changes: 4 additions & 0 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,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 2101c29

Please sign in to comment.