Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some platforms/chipsets require manual firmware uploads #13

Open
sidit77 opened this issue Apr 13, 2024 · 2 comments
Open

Some platforms/chipsets require manual firmware uploads #13

sidit77 opened this issue Apr 13, 2024 · 2 comments

Comments

@sidit77
Copy link

sidit77 commented Apr 13, 2024

I'm using Windows with a UGREEN Bluetooth adapter with the same RTL8761BUV chip as the dongle in the readme.

Starting the server works without any issues, but I cannot find the HID device (tested with Android, Windows, and Linux). After some debugging, I figured out that it is necessary to upload a firmware blob to the dongle after each power loss. This issue might not occur on Linux, as the kernel driver should take care of that before getting detached.

After porting the firmware patching code of bumble the example server works as expected.

I understand that it's outside the scope of this project to support vendor-specific functionality, so here are a few suggestions that would make it possible to implement this functionality in an external crate:

  • allow the construction of vendor-specific opcodes.
  • ignore vendor-specific opcodes during the supported opcode check
  • (provide a firmware check hook during initialization)
@mxk
Copy link
Owner

mxk commented Apr 16, 2024

Thank you for looking into this! Those are good suggestions that I'd like to implement, but right now, I don't have the time to keep working on this project. I'll keep this issue open for whenever I can get back to it.

@sidit77
Copy link
Author

sidit77 commented Apr 16, 2024

No Stress, I also don't have time right now to actually use this, I just came across this project, tried it, and got nerd sniped when it didn't work for some unknown reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants