diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-04 09:08:48 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-04 09:08:48 +0000 |
commit | c49bdcb7c930f2d0e0cf6887b3326f9e8f7f37b3 (patch) | |
tree | 43858ac2a66d50dd0385f1c4de1eea4d685976b5 /LUFA/ManPages | |
parent | 478d9dc04f477c63db990a52a3866f29093b38dc (diff) | |
download | lufa-c49bdcb7c930f2d0e0cf6887b3326f9e8f7f37b3.tar.gz lufa-c49bdcb7c930f2d0e0cf6887b3326f9e8f7f37b3.tar.bz2 lufa-c49bdcb7c930f2d0e0cf6887b3326f9e8f7f37b3.zip |
Fixed Mass Storage Host Class driver and Low Level demo not clearing the error condition if an attached device returns a STALL to a GET MAX LUN request (thanks to Martin Luxen).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d3d80bfb4..629467486 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -49,6 +49,8 @@ * - Fixed CDCHost failing on devices with bidirectional endpoints
* - Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2
* - Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items
+ * - Fixed Mass Storage Host Class driver and Low Level demo not clearing the error condition if an attached device returns a
+ * STALL to a GET MAX LUN request (thanks to Martin Luxen)
*
* \section Sec_ChangeLog091122 Version 091122
*
|