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

Feature request: Enable/Disable MSC enumeration via configuration (MiniINI) #92

Open
JimmyPedersen opened this issue Aug 29, 2023 · 1 comment
Labels
enhancement New feature or request low prio

Comments

@JimmyPedersen
Copy link

It would be great to be able to disable the MSC enumeration, when not needed, as it makes windows file explorer window pop up (which is anoying).
I'm aware that it's possible to remove it while compiling but I sometime use the feature so I rather not completely remove it.
Would this be possible?

@rgrr
Copy link
Owner

rgrr commented Aug 29, 2023

I'm open for a pull request ;-)

The actual key lies in usb_descriptors.c where the compile options are taken into account.

You just have to do it dynamically. Several interfaces will also change, such like CDC_DEBUG_N. But that should be all.

@rgrr rgrr added the enhancement New feature or request label Aug 30, 2023
@rgrr rgrr added the low prio label Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low prio
Projects
None yet
Development

No branches or pull requests

2 participants