public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Santiago Cruz <santiagocr@gmail.com>
To: marcel@holtmann.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com
Cc: linux-bluetooth@vger.kernel.org, Santiago Cruz <santiagocr@gmail.com>
Subject: [PATCH] Bluetooth: btusb: Add support for Mercusys MA530 Bluetooth adapter
Date: Sun, 11 Jan 2026 01:37:48 -0600	[thread overview]
Message-ID: <20260111073748.105957-1-santiagocr@gmail.com> (raw)

Add support for the Realtek-based Mercusys MA530 Bluetooth 5.3 USB dongle.

The device with USB ID 2c4e:0115 was not recognized by the kernel and
thus was non-functional. This patch adds the device to the quirks table
with BTUSB_REALTEK and BTUSB_WIDEBAND_SPEECH flags, enabling full
functionality.

Tested on:
- Fedora 43, kernel 6.18.3-200.fc43.x86_64
- Device: Mercusys MA530 Adapter (USB ID 2c4e:0115)
- Firmware: rtl8761bu

Signed-off-by: Santiago Cruz <santiagocr@gmail.com>
---
 drivers/bluetooth/btusb.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 1234567..abcdefg 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -560,6 +560,10 @@ static const struct usb_device_id quirks_table[] = {
 	{ USB_DEVICE(0x0489, 0xe122), .driver_info = BTUSB_REALTEK |
 						     BTUSB_WIDEBAND_SPEECH },

+	/* Mercusys MA530 Adapter */
+	{ USB_DEVICE(0x2c4e, 0x0115), .driver_info = BTUSB_REALTEK |
+						     BTUSB_WIDEBAND_SPEECH },
+
 	/* Realtek 8852BE Bluetooth devices */
 	{ USB_DEVICE(0x0cb8, 0xc559), .driver_info = BTUSB_REALTEK |
 						     BTUSB_WIDEBAND_SPEECH },
--
2.52.0


             reply	other threads:[~2026-01-11  7:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-11  7:37 Santiago Cruz [this message]
2026-01-11  8:42 ` Bluetooth: btusb: Add support for Mercusys MA530 Bluetooth adapter bluez.test.bot
2026-01-11 13:45 ` [PATCH] " Paul Menzel
  -- strict thread matches above, loose matches on Subject: below --
2025-08-31 10:50 3
2025-08-31 10:57 ` Paul Menzel
2025-08-30 23:57 3
2025-08-30 23:35 3

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=20260111073748.105957-1-santiagocr@gmail.com \
    --to=santiagocr@gmail.com \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@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