aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-22 02:45:20 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-22 02:45:20 +0000
commit1be3436e895c9937dcd4ebbec33ea199f3e26db2 (patch)
tree79dea3910fc817fa020c4f13f9f981d137005ee9 /LUFA/ManPages
parent81998ce297fd9959f505e96a69337f3548db0d71 (diff)
downloadlufa-1be3436e895c9937dcd4ebbec33ea199f3e26db2.tar.gz
lufa-1be3436e895c9937dcd4ebbec33ea199f3e26db2.tar.bz2
lufa-1be3436e895c9937dcd4ebbec33ea199f3e26db2.zip
Moved calls to Device mode Class Driver events to after the request has been acknowledged, so that long event handlers do do skew the timing of the control requests.
Fixed USBtoSerial and Benito project SetLineEncoding calls failing if the USART is busy, due to the RX ISR delaying the control request handler.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index f37117a98..8fc07116a 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -20,6 +20,8 @@
* SCSI_Codes.h file as these values are part of the MassStorage Class Driver
* - Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel
* does not exist on these chips (thanks to Marco)
+ * - Moved calls to Device mode Class Driver events to after the request has been acknowledged, so that long event handlers do
+ * do skew the timing of the control requests
*
* <b>Fixed:</b>
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
@@ -28,6 +30,8 @@
* missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger)
* - Fixed critical pipe/endpoint memory allocation issue where the bank memory address space could be silently overlapped
* in the USB controller if the endpoints or pipes were allocated in anything other than ascending order (thanks to Martin Degelsegger)
+ * - Fixed USBtoSerial and Benito project SetLineEncoding calls failing if the USART is busy, due to the RX ISR delaying the control
+ * request handler
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>