Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266329
b: refs/heads/master
c: 142c69c
h: refs/heads/master
i:
  266327: fc56d72
v: v3
  • Loading branch information
David Herrmann authored and Gustavo F. Padovan committed Sep 21, 2011
1 parent 6e65597 commit 5a4c766
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: 21061df3a2577b8d1feb1ca3cb51445085692e89
refs/heads/master: 142c69c6eaab26587264881bb71546e30aafdcee
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/hidp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,9 @@ static int hidp_start(struct hid_device *hid)
struct hidp_session *session = hid->driver_data;
struct hid_report *report;

if (hid->quirks & HID_QUIRK_NO_INIT_REPORTS)
return 0;

list_for_each_entry(report, &hid->report_enum[HID_INPUT_REPORT].
report_list, list)
hidp_send_report(session, report);
Expand Down

0 comments on commit 5a4c766

Please sign in to comment.