public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Mark Dietzer" <git@doridian.net>
To: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x
Date: Wed, 11 Dec 2024 14:13:22 -0800	[thread overview]
Message-ID: <ef1099f8-077b-4580-9edc-2c0db2ebf211@app.fastmail.com> (raw)
In-Reply-To: <b67656e9-2111-4f36-950d-48fe64f30fb4@app.fastmail.com>

Sorry about the previous patch. My E-Mail client first tried sending it as HTML and then helpfully removed all leading whitespace.
Below is a working patch with correct whitespace (I hope)

Signed-off-by: Mark Dietzer <git@doridian.net>
---
 drivers/bluetooth/btusb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 279fe6c115fa..20ba8ceff7d1 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -377,6 +377,8 @@ static const struct usb_device_id quirks_table[] = {
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x13d3, 0x3623), .driver_info = BTUSB_QCA_WCN6855 |
 						     BTUSB_WIDEBAND_SPEECH },
+	{ USB_DEVICE(0x2c7c, 0x0130), .driver_info = BTUSB_QCA_WCN6855 |
+						     BTUSB_WIDEBAND_SPEECH },
 
 	/* Broadcom BCM2035 */
 	{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
-- 
2.47.1


       reply	other threads:[~2024-12-11 22:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <b67656e9-2111-4f36-950d-48fe64f30fb4@app.fastmail.com>
2024-12-11 22:13 ` Mark Dietzer [this message]
2024-12-11 22:03 [PATCH] Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x Mark Dietzer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ef1099f8-077b-4580-9edc-2c0db2ebf211@app.fastmail.com \
    --to=git@doridian.net \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox