public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add support for 2c4e:0115 (Mercusys MA530)
@ 2026-02-14 21:57 Edo Akse
  2026-02-14 22:39 ` bluez.test.bot
  2026-02-22 23:01 ` [PATCH] " Daniele Quasimodo
  0 siblings, 2 replies; 3+ messages in thread
From: Edo Akse @ 2026-02-14 21:57 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, luiz.dentz, Edo Akse

Add USB ID 2c4e:0115 for the Mercusys MA530 which is a
Realtek RTL8761BU-based Bluetooth adapter.

Signed-off-by: Edo Akse <edo@akse.cloud>
---
 drivers/bluetooth/btusb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index fcec8e589e81..a52e05062199 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -802,6 +802,8 @@ static const struct usb_device_id quirks_table[] = {
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x2b89, 0x6275), .driver_info = BTUSB_REALTEK |
 						     BTUSB_WIDEBAND_SPEECH },
+	{ USB_DEVICE(0x2c4e, 0x0115), .driver_info = BTUSB_REALTEK |
+						     BTUSB_WIDEBAND_SPEECH },
 
 	/* Additional Realtek 8821AE Bluetooth devices */
 	{ USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },
-- 
2.51.0


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

end of thread, other threads:[~2026-02-22 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-14 21:57 [PATCH] Bluetooth: btusb: Add support for 2c4e:0115 (Mercusys MA530) Edo Akse
2026-02-14 22:39 ` bluez.test.bot
2026-02-22 23:01 ` [PATCH] " Daniele Quasimodo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox