-
Notifications
You must be signed in to change notification settings - Fork 11
Add parseConfigEntry to IUSBEnumerator, call from parseConfDescr() #44
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
Conversation
Memory usage change @ 16be69e
Click for full report table
Click for full report CSV
|
The patch looks good, can you also provide an example on how to use |
Hi, This is basically just logging code at the moment:
so it will enable me to look at the jack definition for a midi device and link them all together while it is being enumerated:
|
parseConfigEntry() can be undeclared? Yes I did it like that so it would not effect any existing code. |
Extend IUSBEnumerator to allow driver to get at configuration data whilst enumerating.