Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4385004ybi; Sat, 6 Jul 2019 04:03:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqxBEudB8xPik/tNwaNO8pFSn9kCiRp0Vezzm4gOs+xKvL9SzlfEnywhWNHYgB5am5Z7sFrC X-Received: by 2002:a63:3387:: with SMTP id z129mr10408610pgz.177.1562410995254; Sat, 06 Jul 2019 04:03:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562410995; cv=none; d=google.com; s=arc-20160816; b=V5MwbhAnT54Nhjg6hk6fb36HckoyTKU09AvEvg7rW6hfSfdzflXLoOZe5I8nS+BeiE kLMU132GvcooCvtvEvRz10ntN6tl4Q6AcWJ3F3C2RioK/I4vg7S7HNc1TfLsz6McyzhK TtG0UKFZ9US+ntE0tisxr3j1P4+sbJsCMgGt5qKUuJ2LEwjUeGNG5VIAAuylIt0t63Hz bYMgiXLgOMXMIIgN2oORrxulb5YfobPRIhY9GErYxy0EmX+zhO/l/iXN14dCMNrzF9Jr AP1a8DzOyq/R0TUUnxryhVU84qodVHgigxhxL8nZVWsCa9KQkKwpLZUa2b+qtrnvdYT8 87tA== 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=YFBFriWcwuNuB7JaGB/SkXKYjKQQTar/348IJuhKcVc=; b=PET8umGrz79y8Wc47XuvTT9y1fkydK863c+bw8+JnxzmS6FBmriDSH5USbvo6bMkwF FYFWJWWLBGAqCawk+9op9tAEHt1UMjBBniLwZsmeW1beTl68uN+7BojaLhInAcRlk+MA kmV/9+ApxLIfvlVFO80udFZMmKZkKm8fK8R1T4t2iiobCWTZcxvRvWCyslu9UNxOovVj uYlDskbxydGTM12Wr2b+gFcWKC/ytL0yD402DMtfVbGq6DH2Q2x95e86Qbc/k+1uABW4 vCQ2KsxKHa66kQCsksy4YahOW6/6IqYbZYeBBKUL5JJAhf6tGI2avZHzA0GPcYz3driZ B4sg== 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 o21si12370127pgm.453.2019.07.06.04.03.01; Sat, 06 Jul 2019 04:03:15 -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 S1726039AbfGFLBj (ORCPT + 99 others); Sat, 6 Jul 2019 07:01:39 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:42138 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726001AbfGFLBj (ORCPT ); Sat, 6 Jul 2019 07:01:39 -0400 Received: from [192.168.0.113] (CMPC-089-239-107-172.CNet.Gawex.PL [89.239.107.172]) by mail.holtmann.org (Postfix) with ESMTPSA id DA9BFCEFAE; Sat, 6 Jul 2019 13:10:09 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH] Bluetooth:: btrtl: Add support for RTL8723DU From: Marcel Holtmann In-Reply-To: <20190529181234.12744-1-Larry.Finger@lwfinger.net> Date: Sat, 6 Jul 2019 13:01:37 +0200 Cc: "Gustavo F. Padovan" , Johan Hedberg , linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20190529181234.12744-1-Larry.Finger@lwfinger.net> To: Larry Finger X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Larry, > This device is functionally equivalent to the BT part of the RTL8723DE, > uses the same firmware, but the LMP subversion and HCI revision are unique. > > Signed-off-by: Larry Finger > --- > drivers/bluetooth/btrtl.c | 8 ++++++++ > 1 file changed, 8 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel