aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-12-01 08:39:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-12-01 08:39:43 +0000
commit0c59d5993e970ff26c02b4ec59157ecec07fc3cb (patch)
tree21a4a720e4a996310eeda439749e76bdd646328a /LUFA/DoxygenPages
parent798cc84ff57cf4fee07a7267d76f4e551df15d12 (diff)
downloadlufa-0c59d5993e970ff26c02b4ec59157ecec07fc3cb.tar.gz
lufa-0c59d5993e970ff26c02b4ec59157ecec07fc3cb.tar.bz2
lufa-0c59d5993e970ff26c02b4ec59157ecec07fc3cb.zip
Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 28c4dc558..64ed7934a 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -25,8 +25,11 @@
* - When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not
* a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale)
* - Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities
+ * - Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without
+ * having to reset the Mass Storage interface
* - Library Applications:
- * - None
+ * - Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without
+ * having to reset the Mass Storage interface
*
* <b>Fixed:</b>
* - Core: