aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-07 06:54:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-07 06:54:08 +0000
commita9e0935a90346beb0c981924becc1f55d969a08b (patch)
tree626edea1cd4136a3ade4ec015f93aac2d5d5b7f6 /LUFA/ManPages
parent57fe6b4fb97668eb15c4fa56095c0abd746d6c99 (diff)
downloadlufa-a9e0935a90346beb0c981924becc1f55d969a08b.tar.gz
lufa-a9e0935a90346beb0c981924becc1f55d969a08b.tar.bz2
lufa-a9e0935a90346beb0c981924becc1f55d969a08b.zip
Device mode class driver callbacks are now fired before the control request status stage is sent to prevent the host from timing out if another request is immediately fired and the device has a lengthy callback routine.
Inlined currently unused MIDI ProcessControlRequest routine.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 8e6818304..4de0473a2 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -39,6 +39,8 @@
* now be implemented via seperate programming headers
* - The CDC class bootloader now uses a watchdog reset rather than a soft-reset when exited to ensure that all hardware is
* properly reset to their defaults
+ * - Device mode class driver callbacks are now fired before the control request status stage is sent to prevent the host from
+ * timing out if another request is immediately fired and the device has a lengthy callback routine
*
* <b>Fixed:</b>
* - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin