Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp401600ybf; Thu, 27 Feb 2020 23:56:26 -0800 (PST) X-Google-Smtp-Source: APXvYqwD4ctyCkYvgO5At1f4y7ddMLZ4yNTFeSUAIweM7vnzAvKAmDLNBvqUNhQ7kmvW4br+7G+a X-Received: by 2002:a05:6830:18fb:: with SMTP id d27mr844102otf.137.1582876586811; Thu, 27 Feb 2020 23:56:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582876586; cv=none; d=google.com; s=arc-20160816; b=ZiYXMhKmPqPjixOMHiKTZxqu0ThIF3O5X8ZbW2SiHJOAxd4zmFEkIeybPcGCeLEr7K k6S/+Au0ucDHS156a8QK7m1nm1ux+P3aqN55/33BMZrqhRrNn02WfNkL44yHEjQrBhrB sVhvIn87ihcHuNXLLREa88b5BWozuD+NtJgZWHmRTm3SbUZ0jKgzyAdnsRbWdF6PYG/E uNDreRWhZd18XRKfKQ1MrgOM78OxEbph6yVDXq+6i20lJgBtFlraLHXhmhZOoBQMM1TM ClI+5/gg8K0Up9/2LeK9rP5BUdoYQ/0gSFvpcLp9bC8SPuXkrfj6xfAMhtFp6zfgWtUU z8ew== 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=HVHgZTjiTAbGYHvn2GsiImeDoV1eF8HBqgPApzX30Iw=; b=bBDDDrhYuIHGCRUdizfYlccBKQ4HbR8YYypG7e3opFHP2/zy1VUQIMr2mGUBXFPe9c eDDMJuB8hGKx9G4TIR+wFeBZHBL+vD+eeUxNQQANkjnyVeZuz0QgsMORQyYUVkK3cJwR TKRzAUckyldAcejIO7lMOW3gnbi4LTmCRyR6uTb4Gioiazgt6ukveNb0U8Ctm/ZdpPK8 Rm+irqyVAbwa5AcqvxO/u5u7FTVOoLiSWFf7b2z1ewbMKsZEkAQvWT7mFBQh/8IRGOLI Hl/p59YspHDEC6Wf7xnSmNsaX1U9qp8O1BkENymBSRRHKl+2QlEGObhf+YxQDkeusGg6 gUVQ== 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 s16si779718oic.23.2020.02.27.23.56.15; Thu, 27 Feb 2020 23:56:26 -0800 (PST) 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 S1726118AbgB1H4L (ORCPT + 99 others); Fri, 28 Feb 2020 02:56:11 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:57057 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725928AbgB1H4L (ORCPT ); Fri, 28 Feb 2020 02:56:11 -0500 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 1B699CECF6; Fri, 28 Feb 2020 09:05:36 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: [PATCH v1 1/3] bluetooth: Add flag to define wideband speech capability From: Marcel Holtmann In-Reply-To: <20200227182938.110670-2-alainm@chromium.org> Date: Fri, 28 Feb 2020 08:56:09 +0100 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <09CC6D4B-3A22-4D41-831F-C7F62FC92C15@holtmann.org> References: <20200227182938.110670-1-alainm@chromium.org> <20200227182938.110670-2-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.60.0.2.5) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This change adds a new flag to define a controller's wideband speech > capability. This is required since no reliable over HCI mechanism > exists to query the controller and driver's compatibility with > wideband speech. > > Signed-off-by: Alain Michaud > --- > > drivers/bluetooth/btusb.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel