Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55981
b: refs/heads/master
c: 3b180bf
h: refs/heads/master
i:
  55979: db17017
v: v3
  • Loading branch information
Jiri Kosina committed May 9, 2007
1 parent 35d67f0 commit 6c79dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 59e7e36c325b4d447a490ee163eac23025763681
refs/heads/master: 3b180bff4c606b2596c40b26f85af6bc7d8cc50b
4 changes: 1 addition & 3 deletions trunk/net/bluetooth/hidp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,10 +737,8 @@ static inline void hidp_setup_hid(struct hidp_session *session, struct hidp_conn
list_for_each_entry(report, &hid->report_enum[HID_FEATURE_REPORT].report_list, list)
hidp_send_report(session, report);

if (hidinput_connect(hid) == 0) {
if (hidinput_connect(hid) == 0)
hid->claimed |= HID_CLAIMED_INPUT;
hid_ff_init(hid);
}
}

int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock)
Expand Down

0 comments on commit 6c79dbc

Please sign in to comment.