aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-01-16 23:13:54 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-01-16 23:13:54 +0000
commit47fec03694c933a388eadf3242a6e40177b57d74 (patch)
tree1fdcdf76ca126dc3b5a016696dbbd527f5130aad /LUFA/ManPages/ChangeLog.txt
parent787869c2fd722c4212bc778f43ba1e82fc843449 (diff)
downloadlufa-47fec03694c933a388eadf3242a6e40177b57d74.tar.gz
lufa-47fec03694c933a388eadf3242a6e40177b57d74.tar.bz2
lufa-47fec03694c933a388eadf3242a6e40177b57d74.zip
Fixed several functions in the Host mode Still Image Class driver returning an error code from the incorrect error code enum (thanks to Daniel Seibert).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 9ae408416..8116a5959 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -52,6 +52,8 @@
* - Fixed incorrect endpoint initialisation order in the several device demos (thanks to Rick Drolet)
* - Fixed inverted Minimum board LEDs
* - Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks to WZab)
+ * - Fixed several functions in the Host mode Still Image Class driver returning an error code from the incorrect
+ * error code enum (thanks to Daniel Seibert)
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground