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=-3.8 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 03BA7ECE561 for ; Thu, 27 Sep 2018 10:45:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BB03F21571 for ; Thu, 27 Sep 2018 10:45:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB03F21571 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=holtmann.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727305AbeI0RDF (ORCPT ); Thu, 27 Sep 2018 13:03:05 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:54541 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727149AbeI0RDE (ORCPT ); Thu, 27 Sep 2018 13:03:04 -0400 Received: from marcel-macbook.fritz.box (p4FEFC9BB.dip0.t-ipconnect.de [79.239.201.187]) by mail.holtmann.org (Postfix) with ESMTPSA id 1A1C0CF16A; Thu, 27 Sep 2018 12:52:40 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: [PATCH] Bluetooth: btrtl: Add support for RTL8822C with USB interface From: Marcel Holtmann In-Reply-To: <20180908170559.11070-1-Larry.Finger@lwfinger.net> Date: Thu, 27 Sep 2018 12:45:23 +0200 Cc: "Gustavo F. Padovan" , Johan Hedberg , linux-bluetooth@vger.kernel.org, Alex Lu Content-Transfer-Encoding: 7bit Message-Id: <244BD45C-09DA-4243-B847-D164507CAA85@holtmann.org> References: <20180908170559.11070-1-Larry.Finger@lwfinger.net> To: Larry Finger X-Mailer: Apple Mail (2.3445.100.39) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Larry, > This device is included in the RTL8822CU combination wifi and BT part, > as well as the BT part of the RTL8822CE. > The necessary firmware has been submitted to the linux-firmware > project. > > Signed-off-by: Alex Lu > 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