History: usbh_cd_hub
This page describes all changes made to the usbh_cd_hub package, the USBH Hub Class Driver, since its release.
Version
2.08:
- Added support for test mode on an HS HUB port.
2.07:
- Warning removed.
2.06:
- Suspend/resume added.
2.05:
- USBH_PMGR_EVENT_FLAG used instead of 1 when oal_event_set() is called.
2.04:
- psp_endianness.h used instead of psp_endiness.h.
- usbh_utils version number check removed.
2.03:
- Needless version checks removed from API header file.
- All notification callbacks are cast to (void) to avoid warnings this is required because notification functions return an error code.
2.02:
- Check function prototypes by including its header file.
2.01:
- HUB changed bits were incorrectly cleared causing stalled transfers. This only happened when the HUB reported global power or overcurrent changed.