Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224920
b: refs/heads/master
c: d31dbf6
h: refs/heads/master
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Gustavo F. Padovan committed Dec 1, 2010
1 parent 54ff892 commit d64aaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3185fbd9d7bb166992f072440b3329f58bf2c60a
refs/heads/master: d31dbf6e5989b2fd9a30ec5b25436e94f009d6df
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hidp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ static void __hidp_unlink_session(struct hidp_session *session)

static void __hidp_copy_session(struct hidp_session *session, struct hidp_conninfo *ci)
{
memset(ci, 0, sizeof(*ci));
bacpy(&ci->bdaddr, &session->bdaddr);

ci->flags = session->flags;
Expand All @@ -115,7 +116,6 @@ static void __hidp_copy_session(struct hidp_session *session, struct hidp_connin
ci->vendor = 0x0000;
ci->product = 0x0000;
ci->version = 0x0000;
memset(ci->name, 0, 128);

if (session->input) {
ci->vendor = session->input->id.vendor;
Expand Down

0 comments on commit d64aaa0

Please sign in to comment.