Skip to content

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