All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/bluetooth: Add PID of Foxconn bluetooth Adapter
@ 2022-07-20  1:10 Fae
  2022-07-20  3:07 ` bluez.test.bot
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Fae @ 2022-07-20  1:10 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	linux-bluetooth, linux-kernel
  Cc: Fae

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-07-29  0:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

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.