linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add support for LG LGSBWAC92/TWCM-K505D
@ 2020-10-16  3:02 Forest Crossman
  2020-10-20 18:35 ` Marcel Holtmann
  2020-10-21  3:05 ` [PATCH v2] " Forest Crossman
  0 siblings, 2 replies; 6+ messages in thread
From: Forest Crossman @ 2020-10-16  3:02 UTC (permalink / raw)
  To: marcel, johan.hedberg
  Cc: Forest Crossman, linux-bluetooth, linux-mediatek, linux-kernel

The LG LGSBWAC92/TWCM-K505D/EAT64454801/EAT64454802 (it goes by many
names) is a combo WiFi/Bluetooth module that's used in several models of
LG TVs. It uses the MediaTek MT7668AUN, which is already supported in
btusb, but this device has a non-MediaTek USB VID so to get it to work
we just need to add it to the list of devices to probe.

Signed-off-by: Forest Crossman <cyrozap@gmail.com>
---
 drivers/bluetooth/btusb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 5f022e9cf667..58259b6a43c7 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -366,6 +366,7 @@ static const struct usb_device_id blacklist_table[] = {
 	/* MediaTek Bluetooth devices */
 	{ USB_VENDOR_AND_INTERFACE_INFO(0x0e8d, 0xe0, 0x01, 0x01),
 	  .driver_info = BTUSB_MEDIATEK },
+	{ USB_DEVICE(0x043e, 0x3109), .driver_info = BTUSB_MEDIATEK },
 
 	/* Additional Realtek 8723AE Bluetooth devices */
 	{ USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },
-- 
2.20.1


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

end of thread, other threads:[~2021-07-22 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16  3:02 [PATCH] Bluetooth: btusb: Add support for LG LGSBWAC92/TWCM-K505D Forest Crossman
2020-10-20 18:35 ` Marcel Holtmann
2020-10-21  3:05 ` [PATCH v2] " Forest Crossman
2021-07-12  7:32   ` [PATCH v3] " Forest Crossman
2021-07-12  9:09     ` [v3] " bluez.test.bot
2021-07-22 14:18     ` [PATCH v3] " Marcel Holtmann

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).