aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/hidp/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c
index a05b9dbf14c9..9070dfd6b4ad 100644
--- a/net/bluetooth/hidp/core.c
+++ b/net/bluetooth/hidp/core.c
@@ -1313,7 +1313,8 @@ int hidp_connection_add(struct hidp_connadd_req *req,
1313 struct socket *ctrl_sock, 1313 struct socket *ctrl_sock,
1314 struct socket *intr_sock) 1314 struct socket *intr_sock)
1315{ 1315{
1316 u32 valid_flags = 0; 1316 u32 valid_flags = BIT(HIDP_VIRTUAL_CABLE_UNPLUG) |
1317 BIT(HIDP_BOOT_PROTOCOL_MODE);
1317 struct hidp_session *session; 1318 struct hidp_session *session;
1318 struct l2cap_conn *conn; 1319 struct l2cap_conn *conn;
1319 struct l2cap_chan *chan; 1320 struct l2cap_chan *chan;