Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5031159yba; Tue, 30 Apr 2019 08:07:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqyeZhlbpMMBhRijYN9tjdzlLdA1iQ2Uq2XO5lDg8S+zbuXYPZsWn/M0+8H9T9ruoIxF6a0Z X-Received: by 2002:a63:8741:: with SMTP id i62mr16155005pge.313.1556636841721; Tue, 30 Apr 2019 08:07:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556636841; cv=none; d=google.com; s=arc-20160816; b=qNtHAV5vl5gnhz2RX3abGdQxHYe4hEtCV+GZE1u4TZlJ4MD3GhJjvuIYgz400M37m+ TFOzhB+xGEvQuVQrVdiFsu2s5H1Yk9Hs9s9HpzMoAuBT/Go33mkIyx7GPukMZO1heEwN RuZ/qu/GkUh2TPGd/HBkUDJZ3RDl896GtYUQsr2vVdnKqqNaBYj4A55fdfFwuiFCDfjZ FAHvA+Vxc/WtUtfUKL5QZG33IdTmZe0ivBdYlE1+ESxecLA663A8pyiVcJkJmHsjaIVl w0s4q61UkhRkak5BZa0sST2g9WtcCFHpXqLWb1rHG2bSciJ6aaU3NzGN2taQKlVVwiml IRXQ== 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=cY+smG1998F3ZtgjAROiRELp0KkGuYm77cVnMuEV2HA=; b=QxGdGmWMocFgy1Q9d6HYvLEEpEmiatee0me/0lTJEL9stegn9veUD13xNa//pucxXN pz6ELCKN1janeIuR00mFn/myElCOhcIhPoA4UA0aOmyyG7z9AdYHNxa+qduIM7WoSNpA JSO1nynqlAthbFDxIoxyQ0fTi1kIO2j72TkrDAv9Y+Mjo4lpLu1C6EGR4SIBXBb7dVQt 2wQXUU4zzCOfL1fTNge/loLJQQSp78G0cnVb84yevZAlc9BPNk0wHxUBi/hjNXpjW3pZ gvOVZ/raZk88RzWdmTeDEiYLdNwukXnzcjY+zp3r8mSS/aT+Xo74Q3VEWm9nGP3sk2ju Tqug== 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 e15si37689971pfn.31.2019.04.30.08.06.44; Tue, 30 Apr 2019 08:07:21 -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 S1726126AbfD3PGQ (ORCPT + 99 others); Tue, 30 Apr 2019 11:06:16 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:54219 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfD3PGQ (ORCPT ); Tue, 30 Apr 2019 11:06:16 -0400 Received: from marcel-macpro.fritz.box (p4FF9FD9B.dip0.t-ipconnect.de [79.249.253.155]) by mail.holtmann.org (Postfix) with ESMTPSA id 58FCCCF184; Tue, 30 Apr 2019 17:14:27 +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 2/2] Bluetooth: btbcm: Add default address for BCM2076B1 From: Marcel Holtmann In-Reply-To: <20190430150456.GA50466@gerhold.net> Date: Tue, 30 Apr 2019 17:06:14 +0200 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <863F9BB0-25C7-4A9B-8D91-2A2D2690D13D@holtmann.org> References: <20190305130901.56660-1-stephan@gerhold.net> <20190305130901.56660-2-stephan@gerhold.net> <20190430150456.GA50466@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 >> --- >> drivers/bluetooth/btbcm.c | 5 +++++ >> 1 file changed, 5 insertions(+) >> > > As far as I can tell, you have applied the first patch of this series, > but forgot about this one. :) > > It does not apply as-is anymore since you applied the patch from > Ferry Toth first, but it still applies cleanly with with > "git am --3way". > > Is that fine for you or should I re-send it on top of latest > bluetooth-next? just re-send it against bluetooth-next. Regards Marcel