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

HID_: Make methods overridden from base-class explicit #21

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

forderud
Copy link
Contributor

@forderud forderud commented Sep 9, 2024

Fixes #20. Done to make it clear that these virtual methods are defined in the PluggableUSBModule base-class and might be called from external code not seen in this repo.

Fixes abratchik#20. Done to make it clear that these virtual methods are defined in the PluggableUSBModule base-class and might be called from external code not seen in this repo.
@forderud
Copy link
Contributor Author

@abratchik I am interested in the "HID power device" protocol and was therefore happy when stumbling across your project. I would ideally like to contribute back with pull-requests to improve it further. However, I don't want to force myself or to "drown" you in pull requests if you're not interested. Therefore, please let me know it you're interested in contributions, or else I'll instead fork your project and create my own version.

Regardless, thanks a lot for sharing this project with others.

@abratchik
Copy link
Owner

abratchik commented Sep 12, 2024 via email

@forderud
Copy link
Contributor Author

Thanks a lot for your positive attitude @abratchik . I fully understand that it might take some time for you to review & test my pull requests.

I've already tested my pull requests locally on an Arduino micro against Windows, but also have Mac & Linux machines available for testing. Don't hesitate to let me know if you want modifications and/or additional testing done from my end, and I'll do my best to accommodate it.

@abratchik abratchik merged commit 7c828b9 into abratchik:master Sep 16, 2024
@forderud forderud deleted the hid-override branch September 16, 2024 13:49
@forderud
Copy link
Contributor Author

I've submitted the same change proposal to ArduinoCore-avr in arduino/ArduinoCore-avr#569

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

Successfully merging this pull request may close these issues.

Where is HID_::getShortName called from?
2 participants