Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp2443423pxb; Sun, 16 Jan 2022 21:04:14 -0800 (PST) X-Google-Smtp-Source: ABdhPJwkFc1d+tdolcLmGG6IlNcqUQwj5U5+tg5jqYfBP1BVhV6fQ8am/LjquVJwG+e4pYAWcsQJ X-Received: by 2002:a17:902:6acc:b0:149:7087:3564 with SMTP id i12-20020a1709026acc00b0014970873564mr21058085plt.168.1642395854629; Sun, 16 Jan 2022 21:04:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642395854; cv=none; d=google.com; s=arc-20160816; b=ORChG+IF4qXyFgjEyFZGeo4EmXMSdndBzOBADW+SfsCl4VhxKNcVm0/aKhsXMZw/m5 hnmpqboj1kLenaV84bK2vfwILaLI7VS1vM4AEexs7EKvxzBiP/w+CzLDn7eEoMA+p/GF ceuiR3i8SlBGenxsTUZq4i47Kzc7UYetYoYar5tGz3Rkny11fbnRyJ3/WNVpKeMWhb2W jz/8ary6uCPFNTnrtDxkDUBPt1VGukNftT8G0akL5OpUdbgsgPgyWZrCO4vmSCED/MOE GEeMJhvAezWNxn6i/6YZRX3yt2WCWrS8VkNT+zQDUjMHZJxrfg7cByKWLhSZnKA9KCcD YJDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to:from:cc :references:to:content-language:subject:user-agent:mime-version:date :message-id; bh=OyRjhgdvzLgb0I5oumw4P38C6LNV8FiICJTVNCco9RI=; b=Swq/5yeShLmclcmUrxuAz1lDdzyjs8Y5Nyt103us6MLTwhVEvrq0q2FeHY8onlW51p QrWuSxESbO86BymyD40pYpGjVSqoR5EDYe4qRnqsV+7iESPuKmkQnpI8di07qLg0CV4g hX5kUCZHlF0gM4cvqJxRvpfmNPqV8FHSlJwnSLq+C8v0rwWvl8ca4Yk9apFVlDCKRDrN TsL1UEFroyzqj7R4vq0YOhywsJoGUj0ZnjqcMlyaLLvwAB+Sb6II0/1NRx9zzpEEM3tC YwFeoO5SehDAS58F4q7qKeP+Gkny9uGthks9KWM9Sf5ozsCaMqc5DBCAJuRDs1VrceSQ x/5Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y63si12856848pgd.813.2022.01.16.21.03.40; Sun, 16 Jan 2022 21:04:14 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231617AbiAPGH4 (ORCPT + 99 others); Sun, 16 Jan 2022 01:07:56 -0500 Received: from mx3.molgen.mpg.de ([141.14.17.11]:51757 "EHLO mx1.molgen.mpg.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231607AbiAPGH4 (ORCPT ); Sun, 16 Jan 2022 01:07:56 -0500 Received: from [192.168.0.4] (ip5f5aeaa0.dynamic.kabel-deutschland.de [95.90.234.160]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 7ABD361EA1BE4; Sun, 16 Jan 2022 07:07:54 +0100 (CET) Message-ID: Date: Sun, 16 Jan 2022 07:07:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH] bluetooth: Add support for EP-B3536 USB Bluetooth adapter Content-Language: en-US To: Jack Murray References: Cc: linux-bluetooth@vger.kernel.org From: Paul Menzel In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Dear Jack, Am 15.01.22 um 22:30 schrieb Jack Murray: > From: Jack Murray > > This patch adds support for the EP-B3536 USB bluetooth 5.1 adapter based Who manufactures that device? Is it Teledyne? 0x2550 is 9552 (decimal), and according to [1] that is Teledyne. Maybe, add that to the commit message. > on the 8761B chipset. The existing driver and firmware work fine for this > device from what I can tell, so this patch just adds the vendor/product IDs > for it to the supported device list. > > Signed-off-by: Jack Murray > --- >  drivers/bluetooth/btusb.c | 2 ++ >  1 file changed, 2 insertions(+) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index 60d2fce59a71..207c8289c5c2 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -436,6 +436,8 @@ static const struct usb_device_id blacklist_table[] = { >         /* Additional Realtek 8761BU Bluetooth devices */ >         { USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK | > BTUSB_WIDEBAND_SPEECH }, > +       { USB_DEVICE(0x2550, 0x8761), .driver_info = BTUSB_REALTEK | > + BTUSB_WIDEBAND_SPEECH }, > >         /* Additional Realtek 8821AE Bluetooth devices */ >         { USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK }, Kind regards, Paul [1]: https://www.usb.org/sites/default/files/vendor_ids082119_0.pdf