@@ -1,5 +1,7 @@
-2020XXXX XXXXX
+20200101 6.2.14
- Fix for invalid CDROM READ TOC responses (Thanks Simon Gander)
+ - Fix for data corruption for hosts that transfer more than 64k per
+ write.
20191208 6.2.9
- Fix to prevent sending floppy geometry mode page when not configured as
@@ -37,7 +37,7 @@
#include <string.h>
-static const uint16_t FIRMWARE_VERSION = 0x062A;
+static const uint16_t FIRMWARE_VERSION = 0x062E;
// Optional static config
extern uint8_t* __fixed_config;