Conversation
dangowrt
force-pushed
the
btusb-mercusys-ma530
branch
from
September 15, 2026 22:12
f525f34 to
059f06d
Compare
openwrt-ai
reviewed
Sep 16, 2026
| { USB_DEVICE(0x2ff8, 0xb011), .driver_info = BTUSB_REALTEK }, | ||
|
|
||
| /* Additional Realtek 8761BUV Bluetooth devices */ | ||
| + { USB_DEVICE(0x2c4e, 0x0115), .driver_info = BTUSB_REALTEK | |
Collaborator
There was a problem hiding this comment.
nit: ten targets in main still set KERNEL_PATCHVER:=6.12, and the 6.12 quirks table has the same 8761BUV block without this ID, so the dongle stays broken there. Is dropping backport-6.12 intentional?
Generated by Claude Code
The Mercusys MA530 dongle (2c4e:0115) is a Realtek RTL8761BUV, but the 6.18 btusb quirks table does not list the ID, so the controller comes up without its firmware patch: HCI works, yet LE discovery never reports a single device. Backport the v7.2 commit that adds the ID with the Realtek and wideband speech flags. Signed-off-by: Daniel Golle <[email protected]>
dangowrt
force-pushed
the
btusb-mercusys-ma530
branch
from
September 16, 2026 16:57
059f06d to
4f3cab1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Mercusys MA530 dongle (2c4e:0115) is a Realtek RTL8761BUV, but the 6.18 btusb quirks table does not list the ID, so the controller comes up without its firmware patch: HCI works, yet LE discovery never reports a single device. Backport the v7.2 commit that adds the ID with the Realtek and wideband speech flags.