diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2014-03-14 15:30:16 +0100 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-14 15:30:16 +0100 |
| commit | 65ab2fc479fa8554e26d6d1726a4ebe6f29a73be (patch) | |
| tree | a90294685f0e2a445397a6d9e7e85ac7949ebf1d /net | |
| parent | 866e4797b4e8100f5abcf2bfd3f7843dc40306cd (diff) | |
| parent | dccf2f65e68d2f5b5e86ae6cf9796cf558694953 (diff) | |
Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanup
Diffstat (limited to 'net')
| -rw-r--r-- | net/bluetooth/hidp/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 77c4badb3e9d..98e4840935e2 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c @@ -767,6 +767,9 @@ static int hidp_setup_hid(struct hidp_session *session, snprintf(hid->phys, sizeof(hid->phys), "%pMR", &l2cap_pi(session->ctrl_sock->sk)->chan->src); + /* NOTE: Some device modules depend on the dst address being stored in + * uniq. Please be aware of this before making changes to this behavior. + */ snprintf(hid->uniq, sizeof(hid->uniq), "%pMR", &l2cap_pi(session->ctrl_sock->sk)->chan->dst); |
