-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix avrdoper header sequence for hidusb #1937
Conversation
Thanks for spending time figuring out what the cause is, and provide a PR! |
Glad to help. My AVR doper is working fiine now. I just used it to program my new board. |
I will carry out the test later, but the fix makes sense. The HID report ID needs to be used as per the FW source code. Relevant HID Report Descriptor from
|
Good. FW test done and it is good. avrdude git failed.
This PR is good.
|
One more test: it is good.
|
Thank you for spending time on testing. |
Just one more test.
|
Since we have not done test for this programmers, so I carry out one more test to make sure it works.
|
I think this PR is good to go. I have reviewed the code changes and carried out the tests. |
This is my attempt to fix #1626. It seems there is a bug of the refactored code, which didn't initialize the report id. This patch should have fixed it.