diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-27 07:38:40 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-27 07:38:40 +0000 |
commit | d297ea12b706e7099f34f667e43bf1f3de1713e7 (patch) | |
tree | 643d12b6a57e3a24fc50c1d80b64b32f415c8713 /LUFA/ManPages | |
parent | f7cde02b80c001875231c8ef21211214ebc742ed (diff) | |
download | lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.tar.gz lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.tar.bz2 lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.zip |
Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity.
Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code.
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 42b78ef0f..261ca4eef 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -26,6 +26,8 @@ * - Added extra masks to the SPI driver, changed SPI_Init() so that the clock polarity and sample modes can be set
* - Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size
* - Added non-null function parameter pointer restrictions to USB Class drivers to improve user code reliability
+ * - Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity
+ * - Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code
*
* <b>Fixed:</b>
* - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the
|