summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorHrvoje Nuic <hrvoje.nuic@gmail.com>2026-04-22 23:26:47 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2026-06-11 14:24:38 -0400
commitce21a5cf3d1fd92b84ea9ad2b7c7240aff2162d2 (patch)
tree69e5f005c413c98029efed0afecbacd3f1526e4f /drivers/bluetooth
parent9707a015fe8f3ba8ec7c270f3b2b8efb38823d6b (diff)
downloadlinux-next-ce21a5cf3d1fd92b84ea9ad2b7c7240aff2162d2.tar.gz
linux-next-ce21a5cf3d1fd92b84ea9ad2b7c7240aff2162d2.zip
Bluetooth: btusb: Add Mercusys MA530 for Realtek RTL8761BUV
Add the USB ID for the Mercusys MA530 Bluetooth adapter. The device uses a Realtek RTL8761BUV controller and works with the existing Realtek setup path. The device reports vendor ID 0x2c4e and product ID 0x0115, and loads the rtl_bt/rtl8761bu_fw.bin firmware successfully with this quirk. Signed-off-by: Hrvoje Nuic <hrvoje.nuic@gmail.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btusb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 525d70d9cf34..dfafdb76d1de 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -818,6 +818,8 @@ static const struct usb_device_id quirks_table[] = {
{ USB_DEVICE(0x2ff8, 0xb011), .driver_info = BTUSB_REALTEK },
/* Additional Realtek 8761BUV Bluetooth devices */
+ { USB_DEVICE(0x2c4e, 0x0115), .driver_info = BTUSB_REALTEK |
+ BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x2357, 0x0604), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0b05, 0x190e), .driver_info = BTUSB_REALTEK |