From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4D9FC004C9 for ; Sun, 5 May 2019 17:29:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A415F20675 for ; Sun, 5 May 2019 17:29:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727896AbfEER3w (ORCPT ); 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