diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-30 10:54:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-30 10:54:57 +0000 |
commit | ce3ea6fb2513d3aa14c354e2ed78c7eb4a38ee0e (patch) | |
tree | 20b47413eb5f24317cbef4d08a9cafe4abc157c4 /LUFA/ManPages/ChangeLog.txt | |
parent | 5ca1d7bf8f1aa774c076b614fa692c2026d7e854 (diff) | |
download | lufa-ce3ea6fb2513d3aa14c354e2ed78c7eb4a38ee0e.tar.gz lufa-ce3ea6fb2513d3aa14c354e2ed78c7eb4a38ee0e.tar.bz2 lufa-ce3ea6fb2513d3aa14c354e2ed78c7eb4a38ee0e.zip |
Added standard stream example to the ClassDriver CDC device demo.
Fix incorrect HWB button mask in the STK526 Buttons driver.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 483e0a6fd..02146a20a 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -76,6 +76,7 @@ * - Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint addresses of 8 and above (thanks to John Andrews)
* - Fixed report data alignment issues in the MouseHostWithParser demo when X and Y movement data size is not a multiple of 8 bits
* - Fixed HID Report Descriptor Parser not correctly resetting internal states when a REPORT ID element is encountered
+ * - Fixed incorrect BUTTONS_BUTTON1 for the STK526 target
*
*
* \section Sec_ChangeLog090605 Version 090605
|