From: Fae <faenkhauser@gmail.com>
To: Marcel Holtmann <marcel@holtmann.org>,
Johan Hedberg <johan.hedberg@gmail.com>,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Fae <faenkhauser@gmail.com>
Subject: [PATCH] drivers/bluetooth: Add PID of Foxconn bluetooth Adapter
Date: Tue, 19 Jul 2022 20:10:02 -0500 [thread overview]
Message-ID: <20220720011002.5221-1-faenkhauser@gmail.com> (raw)
Fixes bluetooth on HP Envy ey0xxx
---
drivers/bluetooth/btusb.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index e25fcd49db70..973d122c738f 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -454,6 +454,9 @@ static const struct usb_device_id blacklist_table[] = {
{ USB_DEVICE(0x0489, 0xe0c8), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH |
BTUSB_VALID_LE_STATES },
+ { USB_DEVICE(0x0489, 0xe0e0), .driver_info = BTUSB_MEDIATEK |
+ BTUSB_WIDEBAND_SPEECH |
+ BTUSB_VALID_LE_STATES },
{ USB_DEVICE(0x04ca, 0x3802), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH |
BTUSB_VALID_LE_STATES },
--
2.36.1
next reply other threads:[~2022-07-20 1:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-20 1:10 Fae [this message]
2022-07-20 3:07 ` drivers/bluetooth: Add PID of Foxconn bluetooth Adapter bluez.test.bot
2022-07-21 18:20 ` Luiz Augusto von Dentz
2022-07-22 2:01 ` [PATCH] Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921 Fae
2022-07-22 3:16 ` bluez.test.bot
2022-07-22 18:40 ` [PATCH] " Luiz Augusto von Dentz
2022-07-24 18:25 ` Fae
2022-07-24 19:13 ` bluez.test.bot
2022-07-29 0:10 ` [PATCH] " patchwork-bot+bluetooth
2022-07-29 0:10 ` [PATCH] drivers/bluetooth: Add PID of Foxconn bluetooth Adapter patchwork-bot+bluetooth
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=20220720011002.5221-1-faenkhauser@gmail.com \
--to=faenkhauser@gmail.com \
--cc=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.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;
as well as URLs for NNTP newsgroup(s).