Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1636634yba; Sun, 5 May 2019 10:30:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqxBLtinK0jInPU1LPWiBWBiRwTPDoWmEee9lMEw7jl4KARTzlYN7D2QYl/9wUQTAHSg9tvi X-Received: by 2002:a65:518d:: with SMTP id h13mr26477950pgq.259.1557077432251; Sun, 05 May 2019 10:30:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557077432; cv=none; d=google.com; s=arc-20160816; b=Go3Iuh1yWJqh51cBvwDHXn6KSxZwmfvrGkD915osVSkS+oPKui+qPcARA/0EblbOI+ iwKfYTHBy0bHArMkSYj9meAh5mCBiL37KJ1DP7ebJPwzznGznFfcVGVNiexbxIyL3ZcX 8LinTnZzmsDszD9l0JC8Dk70vcowHaSMEykseaQnG6HZ/bAlQuJKEDzSxGemeZ2MLugi I+0ZYDsLk3FeABIY6O3rFcVwrdu+EZCzJh5QZiBSvUR5lRtHBGl723wFJZnITKoz6FXl nRd2Qzq3IPsne8XzLFDyhFirQoCvIDUBIwZe35JzG0iIHuw+tnO7Id/bF5Sh9tho669k /vBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=/cE4gB4y9/xqaU6mbiv9vkWggDztqsuW6rs/pDM5erM=; b=WiNvJcMvGLygS6ly0M0/vk8feOlG/3vn9UFbPH1BIR3Uc56UhHtLJwkLUPNV+9x9Vc HS9OO15ZN0aJd1ms7pZRm/fQH0pcDlUI1uG7JCBZH3ugg40MRA8052cR/00Wh8Xui0wG QOW3vorqe2pEkDx6OjBKkd3cHXIfy1ObGFQa2P8Pb7u62/FV3qd2G2JXUty6KwH0Dqjq cQp93BR7MM4XDDmA0ghK3W4or2TQEZN6yQuSQ0gtXINkHAhrgVf945DeOjtIO8Iao3zo FKn0nuBbx+oDp6T18JNUtE9BsxJKe93E+/EhOITLL1/YiBBlSYqoJ+z+iC9BWvavIK5v U5oA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t13si10590163pgh.548.2019.05.05.10.30.17; Sun, 05 May 2019 10:30:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727806AbfEER3w (ORCPT + 99 others); Sun, 5 May 2019 13:29:52 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:57368 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726905AbfEER3w (ORCPT ); Sun, 5 May 2019 13:29:52 -0400 Received: from marcel-macpro.fritz.box (p4FF9FD9B.dip0.t-ipconnect.de [79.249.253.155]) by mail.holtmann.org (Postfix) with ESMTPSA id 40D77CEE02; Sun, 5 May 2019 19:38:04 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: [PATCH RESEND] Bluetooth: btbcm: Add default address for BCM2076B1 From: Marcel Holtmann In-Reply-To: <20190501071820.6404-1-stephan@gerhold.net> Date: Sun, 5 May 2019 19:29:49 +0200 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <33CCCE49-ADC6-4A24-9EAC-07D11671F67E@holtmann.org> References: <863F9BB0-25C7-4A9B-8D91-2A2D2690D13D@holtmann.org> <20190501071820.6404-1-stephan@gerhold.net> To: Stephan Gerhold X-Mailer: Apple Mail (2.3445.104.8) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Stephan, > BCM2076B1 appears to use 20:76:A0:00:56:79 as default address. > This address is used by at least 5 devices with the AMPAK AP6476 > module and is also suspicious because it starts with the chip name > 2076 (followed by a different revision A0 for some reason). > > Add it to the list of default addresses and leave it up to the > user to configure a valid one. > > Signed-off-by: Stephan Gerhold > --- > (rebased on latest bluetooth-next) > > drivers/bluetooth/btbcm.c | 5 +++++ > 1 file changed, 5 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel