X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fbluetooth%2Fhidp%2Fhidp.h;h=faf3d74c35863aeb24aff69033e1f4b9f9768219;hp=e503c89057ad4d2bf4e1a3449a63663553c4393e;hb=edad63886993d18ab800c49f6587a93432ef8b35;hpb=9eba32b86d17ef87131fa0bce43c614904ab5781 diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index e503c89057ad..faf3d74c3586 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h @@ -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;