diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-23 12:01:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-23 12:01:25 +0000 |
commit | 31d3984d8d8afeed7b1e064428b01e42fe27f2f9 (patch) | |
tree | a0cea4e0d7979d352a0f763e3d6606960554904f /LUFA/DoxygenPages | |
parent | 141f24b4a13144a49fe21f7352b0e9d34962e2dd (diff) | |
download | lufa-31d3984d8d8afeed7b1e064428b01e42fe27f2f9.tar.gz lufa-31d3984d8d8afeed7b1e064428b01e42fe27f2f9.tar.bz2 lufa-31d3984d8d8afeed7b1e064428b01e42fe27f2f9.zip |
Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael).
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 09b1c3639..cd4310a26 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -17,6 +17,8 @@ * - Updated the BUILD build system module to produce binary BIN files in addition to Intel HEX files * * <b>Fixed:</b> + * - Core: + * - Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael) * - 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 |