Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded.
Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers.
This commit is contained in:
parent
158afe9109
commit
7166c7ba3e
37 changed files with 563 additions and 366 deletions
|
|
@ -45,7 +45,7 @@
|
|||
* - Removed the EVENT_USB_InitFailure() event, not specifying a USB mode now defaults to UID selection mode
|
||||
* - Renamed and moved class driver common constant definitions to make the naming scheme more uniform
|
||||
* - Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive
|
||||
* - Rewritten configuration descriptor parser for all host mode projects and class drivers to ensure better compatibility
|
||||
* - Changed configuration descriptor parser for all host mode projects and class drivers to ensure better compatibility with devices
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue