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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 26730C433E0 for ; Tue, 30 Jun 2020 16:57:12 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E458420759 for ; Tue, 30 Jun 2020 16:57:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="blfqaBhA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E458420759 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-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:References:Message-Id:Date:In-Reply-To:From: Subject:Mime-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=u1UX6gsv9lpCFTe7VIeUiIftA/gBWFrFZ4obO0QTZjs=; b=blfqaBhAK9MwmocWCzcvQSSv3 6XbAJhnL4u53cwSjUhSHxyTjp6RVKirtIrFcShePu+FeFBKSDmVFG7ykhZ6ahJSLmvm+pLpcrZDYQ k2q63M+EO30YrHhxz9ceXLzR7cv6GVEpoSydNVUrs2kZgGKwQmGz1C8pkL10aWcWWU3I0dPPlmxbt jiA5upfmBFrr0929sLF17Qe8ckx2mAQm6+iZpiaeGlqhjBhAGKBLlS/6KiRXE1jT2xc3ZZ7WiXvWS 6bwXmTdnk0jtZ6rgZOv9gz3GEzqwIlEV8FxlTtyVuGKTgzRbqizxVfZgKsTM26IZ7dfQaEdMfSPbw x96+8k8tA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqJXx-0004ew-2q; Tue, 30 Jun 2020 16:55:49 +0000 Received: from coyote.holtmann.net ([212.227.132.17] helo=mail.holtmann.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqJXn-0004co-Im; Tue, 30 Jun 2020 16:55:46 +0000 Received: from marcel-macpro.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 8CF1ACECEE; Tue, 30 Jun 2020 19:05:24 +0200 (CEST) Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v2] Bluetooth: btusb: USB alternate setting 1 for WBS From: Marcel Holtmann In-Reply-To: <20200630130940.14339-1-hildawu@realtek.com> Date: Tue, 30 Jun 2020 18:55:29 +0200 Message-Id: <5A548628-4B7E-4E25-A728-B1CD06C28F39@holtmann.org> References: <20200630130940.14339-1-hildawu@realtek.com> To: hildawu@realtek.com X-Mailer: Apple Mail (2.3608.80.23.2.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200630_125540_430828_565428CF X-CRM114-Status: GOOD ( 10.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: max.chou@realtek.com, Johan Hedberg , kidman@realtek.com, kernel list , linux-bluetooth , alex_lu@realsil.com.cn, linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Hilda, > RTL8822CE supports transparent WBS to apply USB alternate setting 1. > Add a flag to the device match data to apply alternate setting 1 which > meet the transfer speed for WBS support. > > Signed-off-by: Hilda Wu > --- > Changes in v2: > - More descriptive commit log and short description. > - Use BTUSB_USE_ALT1_FOR_WBS replace BTUSB_WBS_ALT1 for descriptive name. > - Move alternate setting 1 check into the btusb_probe() function and adjust position of data->isoc for alternate setting check. > --- > --- > drivers/bluetooth/btusb.c | 34 ++++++++++++++++++++-------------- > 1 file changed, 20 insertions(+), 14 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel