diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-03-05 21:41:45 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-03-05 21:41:45 +1100 |
commit | 261284f5e1193de0879a7ecf77c5995ce35f6527 (patch) | |
tree | 52f8b6dbad85f317ae11b030197d4e1eb06b14d7 /LUFA/DoxygenPages | |
parent | 00ddff45c159eb8971b38fc4d5ee5b8375addfb2 (diff) | |
download | lufa-261284f5e1193de0879a7ecf77c5995ce35f6527.tar.gz lufa-261284f5e1193de0879a7ecf77c5995ce35f6527.tar.bz2 lufa-261284f5e1193de0879a7ecf77c5995ce35f6527.zip |
Fix incorrect error codes returned on pip config failure in the host class drivers.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index a80a4c08a..2fd980f46 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -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> |