From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932701Ab1GODSn (ORCPT ); Thu, 14 Jul 2011 23:18:43 -0400 Received: from mail001.aei.ca ([206.123.6.130]:53026 "EHLO mail001.aei.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755205Ab1GODSk (ORCPT ); Thu, 14 Jul 2011 23:18:40 -0400 From: Ed Tomlinson To: linux-kernel@vger.kernel.org Subject: [BUG] Bluetooth broken post rc7 Date: Thu, 14 Jul 2011 23:18:32 -0400 User-Agent: KMail/1.13.7 (Linux/3.0.0-rc7-crc+; KDE/4.6.5; x86_64; ; ) Cc: linux-bluetooth@vger.kernel.org, "Gustavo F. Padovan" , Ilia Kolomisnky , David Miller MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201107142318.33080.edt@aei.ca> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I booted to todays linux git and bluetooth is no longer working. My magic mouse will not connect correctly. Reverting: commit 9fa7e4f76f3658ba1f44fbdb95c77e7df3f53f95 Author: Gustavo F. Padovan Date: Thu Jun 30 16:11:30 2011 -0300 Bluetooth: Fix regression with incoming L2CAP connections PTS test A2DP/SRC/SRC_SET/TC_SRC_SET_BV_02_I revealed that ( probably after the df3c3931e commit ) the l2cap connection could not be established in case when the "Auth Complete" HCI event does not arive before the initiator send "Configuration request", in which case l2cap replies with "Command rejected" since the channel is still in BT_CONNECT2 state. Based on patch from: Ilia Kolomisnky Signed-off-by: Gustavo F. Padovan Fixes the bug here (things work like rc7). Do we really need 9fa7e4f76f3658ba1f44fbdb95c77e7df3f53f95 in 3.0? Thanks, Ed Tomlinson