Fix incorrect error codes returned on pip config failure in the host class drivers.

This commit is contained in:
Dean Camera 2014-03-05 21:41:45 +11:00
parent 00ddff45c1
commit 261284f5e1
10 changed files with 25 additions and 22 deletions

View file

@ -7,7 +7,10 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
* None
* <b>Fixed:</b>
* - Core:
* - Fixed device class driver pipe configuration routines returning success with a partially constructed instance
* when a pipe configuration failed (thanks to Helge Suess)
*
* \section Sec_ChangeLog140302 Version 140302
* <b>New:</b>