--- 2.6_kernel.orig/net/bluetooth/l2cap.c 2008-11-27 04:58:06.000000000 +0100 +++ 2.6_kernel/net/bluetooth/l2cap.c 2009-02-03 16:43:18.000000000 +0100 @@ -2064,7 +2064,7 @@ if (!status) { conn = l2cap_conn_add(hcon, status); if (conn) - l2cap_conn_ready(conn); + l2cap_conn_start(conn); } else l2cap_conn_del(hcon, bt_err(status));