diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-12 11:27:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-12 11:27:15 +0000 |
commit | c1cfffd8eb92aedde76439afa30d8584c4c60043 (patch) | |
tree | 0daa8b317ae8d08c018145080cd555b5810b8800 /LUFA/ManPages | |
parent | bea72a8412f99b294c00341fa16a8308bcc66f15 (diff) | |
download | lufa-c1cfffd8eb92aedde76439afa30d8584c4c60043.tar.gz lufa-c1cfffd8eb92aedde76439afa30d8584c4c60043.tar.bz2 lufa-c1cfffd8eb92aedde76439afa30d8584c4c60043.zip |
Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings.
Diffstat (limited to 'LUFA/ManPages')
-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 e16a33de5..faf007ad0 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -71,6 +71,7 @@ * - Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used * - Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called * - Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules + * - Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings * * \section Sec_ChangeLog100807 Version 100807 * <b>New:</b> |