All of lore.kernel.org
 help / color / mirror / Atom feed
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] Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921
Date: Thu, 21 Jul 2022 21:01:00 -0500	[thread overview]
Message-ID: <20220722020100.11221-1-faenkhauser@gmail.com> (raw)
In-Reply-To: <20220720011002.5221-1-faenkhauser@gmail.com>

Found on HP's website ( https://support.hp.com/us-en/drivers/selfservice/swdetails/hp-envy-x360-15.6-inch-2-in-1-laptop-pc-15-ey0000/2101086013/swItemId/ob-288116-1 )
Tested on my laptop (an ey0xxx)

Signed-off-by: Fae <faenkhauser@gmail.com>
---
 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


  parent reply	other threads:[~2022-07-22  2:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20  1:10 [PATCH] drivers/bluetooth: Add PID of Foxconn bluetooth Adapter Fae
2022-07-20  3:07 ` bluez.test.bot
2022-07-21 18:20   ` Luiz Augusto von Dentz
2022-07-22  2:01 ` Fae [this message]
2022-07-22  3:16   ` Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921 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=20220722020100.11221-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.