Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1394434ybb; Wed, 25 Mar 2020 23:13:37 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsfNDdj3ggS4TCyp0BNK76p4lpcQSCEPUUnxTVZOYqF52Kb2VjvgUTNmjoVs1Sd8PqU6A69 X-Received: by 2002:aca:450a:: with SMTP id s10mr766554oia.25.1585203217134; Wed, 25 Mar 2020 23:13:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585203217; cv=none; d=google.com; s=arc-20160816; b=hV55H1LNAxW0rBVXuh0+i1S5BI19Yfy3tnYBnt/3sayGCK8fQYoQNMrrq/lvg47LaW WWc1b5GehAa7lbc9rlAqX+AhqpmoMNer2r0693AOpFDPU4bhpr6gN9+fHqzDitfvyT8g oCUsfBpMwFv+B00f5c5MMvivCzxPiCdT1B3had8hyGiZbmhlIkX54jeCt/gpTpacGjGI gF6CVjx1txgkdpHze5Pct7jwMPDMGEBwt/kZHKFaQhqYOeUTGg/GLouTtsSsx9VZvpjg uBgnpyjp1gSwO6WJ5oN1CQXaZ+hmOzKxdHiPwhx378sLFJV/c5PfN+mxzGLW7QvWiXMN ejLQ== 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=gbX18j5E06nIQKXiKLhw/yI6qmtFjDOJfyWPJXQ9ZHQ=; b=JiNUDSSKq0mH/KrbYleRRY22KDugh20Rl4VxDG0e271RerONAat9RzM6Ioh1sa9HqI VCAhVxEQnFPk34suU1MTgqS3G9C/jzbw/aogWPv0l2rBI8/ILvelJk4QAkuVxX+qmv3A v4Fc1euDwum1kM6lyQy+95nNfUHS6pqzBeVmnrZPf+o5CbTuPkkS2FoEWAqvjlyIuW/B fDlQwNu4XxIAXWwLYDwm1PRPlCOu2ggVoKI7EXgAyHYylHIcHExrOgxit5FvSFFgwqsV im0c4yNMTyTfFrl83Ow9BnRM9blbL63CpRpVGy4G9K8XxFNSgPytRyZKrQAByoi45Q7H 8rEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 d130si554970oia.222.2020.03.25.23.13.24; Wed, 25 Mar 2020 23:13:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727560AbgCZGMy convert rfc822-to-8bit (ORCPT + 99 others); Thu, 26 Mar 2020 02:12:54 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:57475 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbgCZGMy (ORCPT ); Thu, 26 Mar 2020 02:12:54 -0400 Received: from marcel-macpro.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 42F18CECDA; Thu, 26 Mar 2020 07:22:24 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v2 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260 From: Marcel Holtmann In-Reply-To: Date: Thu, 26 Mar 2020 07:12:52 +0100 Cc: Bluetooth Kernel Mailing List , Luiz Augusto von Dentz , Alain Michaud , "David S. Miller" , Jakub Kicinski , Johan Hedberg , LKML , netdev Content-Transfer-Encoding: 8BIT Message-Id: References: <20200325070336.1097-1-mcchou@chromium.org> <20200325000332.v2.1.I0e975833a6789e8acc74be7756cd54afde6ba98c@changeid> <72699110-843A-4382-8FF1-20C5D4D557A2@holtmann.org> To: Miao-chen Chou X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Miao-chen, >>>>> This adds a bit mask of driver_info for Microsoft vendor extension and >>>>> indicates the support for Intel 9460/9560 and 9160/9260. See >>>>> https://docs.microsoft.com/en-us/windows-hardware/drivers/bluetooth/ >>>>> microsoft-defined-bluetooth-hci-commands-and-events for more information >>>>> about the extension. This was verified with Intel ThunderPeak BT controller >>>>> where msft_vnd_ext_opcode is 0xFC1E. >>>>> >>>>> Signed-off-by: Miao-chen Chou >>>>> --- >>>>> >>>>> Changes in v2: >>>>> - Define struct msft_vnd_ext and add a field of this type to struct >>>>> hci_dev to facilitate the support of Microsoft vendor extension. >>>>> >>>>> drivers/bluetooth/btusb.c | 14 ++++++++++++-- >>>>> include/net/bluetooth/hci_core.h | 6 ++++++ >>>>> 2 files changed, 18 insertions(+), 2 deletions(-) >>>>> >>>>> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c >>>>> index 3bdec42c9612..4c49f394f174 100644 >>>>> --- a/drivers/bluetooth/btusb.c >>>>> +++ b/drivers/bluetooth/btusb.c >>>>> @@ -58,6 +58,7 @@ static struct usb_driver btusb_driver; >>>>> #define BTUSB_CW6622 0x100000 >>>>> #define BTUSB_MEDIATEK 0x200000 >>>>> #define BTUSB_WIDEBAND_SPEECH 0x400000 >>>>> +#define BTUSB_MSFT_VND_EXT 0x800000 >>>>> >>>>> static const struct usb_device_id btusb_table[] = { >>>>> /* Generic Bluetooth USB device */ >>>>> @@ -335,7 +336,8 @@ static const struct usb_device_id blacklist_table[] = { >>>>> >>>>> /* Intel Bluetooth devices */ >>>>> { USB_DEVICE(0x8087, 0x0025), .driver_info = BTUSB_INTEL_NEW | >>>>> - BTUSB_WIDEBAND_SPEECH }, >>>>> + BTUSB_WIDEBAND_SPEECH | >>>>> + BTUSB_MSFT_VND_EXT }, >>>>> { USB_DEVICE(0x8087, 0x0026), .driver_info = BTUSB_INTEL_NEW | >>>>> BTUSB_WIDEBAND_SPEECH }, >>>>> { USB_DEVICE(0x8087, 0x0029), .driver_info = BTUSB_INTEL_NEW | >>>>> @@ -348,7 +350,8 @@ static const struct usb_device_id blacklist_table[] = { >>>>> { USB_DEVICE(0x8087, 0x0aa7), .driver_info = BTUSB_INTEL | >>>>> BTUSB_WIDEBAND_SPEECH }, >>>>> { USB_DEVICE(0x8087, 0x0aaa), .driver_info = BTUSB_INTEL_NEW | >>>>> - BTUSB_WIDEBAND_SPEECH }, >>>>> + BTUSB_WIDEBAND_SPEECH | >>>>> + BTUSB_MSFT_VND_EXT }, >>>>> >>>>> /* Other Intel Bluetooth devices */ >>>>> { USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01), >>>>> @@ -3734,6 +3737,8 @@ static int btusb_probe(struct usb_interface *intf, >>>>> hdev->send = btusb_send_frame; >>>>> hdev->notify = btusb_notify; >>>>> >>>>> + hdev->msft_ext.opcode = HCI_OP_NOP; >>>>> + >>>> >>>> do this in the hci_alloc_dev procedure for every driver. This doesn’t belong in the driver. >>> Thanks for the note, I will address this. >>>> >>>>> #ifdef CONFIG_PM >>>>> err = btusb_config_oob_wake(hdev); >>>>> if (err) >>>>> @@ -3800,6 +3805,11 @@ static int btusb_probe(struct usb_interface *intf, >>>>> set_bit(HCI_QUIRK_STRICT_DUPLICATE_FILTER, &hdev->quirks); >>>>> set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks); >>>>> set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks); >>>>> + >>>>> + if (id->driver_info & BTUSB_MSFT_VND_EXT && >>>>> + (id->idProduct == 0x0025 || id->idProduct == 0x0aaa)) { >>>> >>>> Please scrap this extra check. You already selected out the PID with the blacklist_table. In addition, I do not want to add a PID in two places in the driver. >>> If we scrap the check around idProduct, how do we tell two controllers >>> apart if they use different opcode for Microsoft vendor extension? >> >> for Intel controllers this is highly unlikely. If we really decide to change the opcode in newer firmware versions, we then deal with it at that point. >> >> However for Intel controllers I have the feeling that we better do it after the Read the Intel version information and then do it based on hardware revision and firmware version. > I would agree with you given that the FW loaded for the same HW can > differ, and different FW version may have different configuration in > terms of the use of extensions. But it's not clear to me how we can > tell whether an extension is supported based on a version number. Is > there any implication on the support of an extension given a FW > version (e.g. any FW version greater than 10 would support MSFT > extension)? that is for us to figure out. I will get back to you on that. Regards Marcel