diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-13 07:43:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-13 07:43:18 +0000 |
commit | 1331cce08a6e899b15382dd1c6110565ed1b34c5 (patch) | |
tree | 605cb31983e33a4aaa9a05686d8bad9beea19403 /LUFA/ManPages/ChangeLog.txt | |
parent | d3c623e1e184bb36873c1ba9664f0c8266139589 (diff) | |
download | lufa-1331cce08a6e899b15382dd1c6110565ed1b34c5.tar.gz lufa-1331cce08a6e899b15382dd1c6110565ed1b34c5.tar.bz2 lufa-1331cce08a6e899b15382dd1c6110565ed1b34c5.zip |
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-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 16925c00b..09a168dc1 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -15,6 +15,8 @@ * LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver * * <b>Fixed:</b> + * - Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly + * selected when the ISR completes * * \section Sec_ChangeLog100512 Version 100512 * |