Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366334
b: refs/heads/master
c: a9dd22b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew de los Reyes authored and Jiri Kosina committed Mar 1, 2013
1 parent a4689b6 commit 66b541e
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: c849a6143bec520aff2a6646518b0d041402428b
refs/heads/master: a9dd22b73085734735cfa07398451b061626cc53
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-logitech-dj.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,9 @@ static int logi_dj_probe(struct hid_device *hdev,
goto llopen_failed;
}

/* Allow incoming packets to arrive: */
hid_device_io_start(hdev);

retval = logi_dj_recv_query_paired_devices(djrcv_dev);
if (retval < 0) {
dev_err(&hdev->dev, "%s:logi_dj_recv_query_paired_devices "
Expand Down

0 comments on commit 66b541e

Please sign in to comment.