Have hidp store the client device MAC address in client_addr Signed-off-by: Frank Praznik <frank.praznik@xxxxxxxxx> --- net/bluetooth/hidp/core.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 292e619..f256f33 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c @@ -772,6 +772,9 @@ static int hidp_setup_hid(struct hidp_session *session, snprintf(hid->uniq, sizeof(hid->uniq), "%pMR", &l2cap_pi(session->ctrl_sock->sk)->chan->dst); + memcpy(hid->client_addr, &l2cap_pi(session->ctrl_sock->sk)->chan->dst, + sizeof(hid->client_addr)); + hid->dev.parent = &session->conn->hcon->dev; hid->ll_driver = &hidp_hid_driver; -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html