Bluetooth: Let HIDP grab the device reference for connections
[pandora-kernel.git] / net / bluetooth / hidp / hidp.h
index e503c89..faf3d74 100644 (file)
@@ -126,6 +126,8 @@ int hidp_get_conninfo(struct hidp_conninfo *ci);
 struct hidp_session {
        struct list_head list;
 
+       struct hci_conn *conn;
+
        struct socket *ctrl_sock;
        struct socket *intr_sock;