Skip to content

Fix USB Host failures #343

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

Merged
merged 2 commits into from
Aug 30, 2018
Merged

Fix USB Host failures #343

merged 2 commits into from
Aug 30, 2018

Conversation

gdsports
Copy link

@gdsports gdsports commented Aug 4, 2018

Fix for Issue #342.

Due does not do a Bus Reset before setting the bus address so this matches Due.

One device sends a HID report descriptor that is more than 64 bytes so increasing the buffer to 128 should cover more devices.

UHD_BusReset();
while( Is_uhd_starting_reset() ) {}
//UHD_BusReset();
//while( Is_uhd_starting_reset() ) {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gdsports @facchinm is we don't need these lines any more, let's remove instead of commenting out

@sandeepmistry sandeepmistry merged commit cd52f71 into arduino:master Aug 30, 2018
@sandeepmistry sandeepmistry added this to the Release 1.6.20 milestone Aug 30, 2018
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.

3 participants