diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-13 21:01:42 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-13 21:01:42 +0200 |
commit | ea5851355892fceefc28181c14307c481b30e354 (patch) | |
tree | b38e94ab51692d4d062635755b7ba374acc704b4 /LUFA/DoxygenPages | |
parent | a4a6958524adab55b5306df7c9a5de70b359dfa1 (diff) | |
download | lufa-ea5851355892fceefc28181c14307c481b30e354.tar.gz lufa-ea5851355892fceefc28181c14307c481b30e354.tar.bz2 lufa-ea5851355892fceefc28181c14307c481b30e354.zip |
Fixed re-enumeration issue of XMEGA architecture targets.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 673cb7d93..924aebf91 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -41,6 +41,7 @@ * under some circumstances * - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan) * - Fixed broken USART SPI driver for the AVR8 architecture due to incorrect initialization + * - Fixed re-enumeration issue of XMEGA architecture targets (thanks to xjedlins) * - Library Applications: * - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an * unknown SCSI command |