aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-24 08:54:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-24 08:54:41 +0000
commit59ed10273c4f37079564d08a51bea2af1c10b96b (patch)
tree1c8e71dd4b8b049629b19615d8ec498cf4ef2d81 /LUFA/ManPages
parente4bf986bb351121a39076a7c85c09cd40b43f123 (diff)
downloadlufa-59ed10273c4f37079564d08a51bea2af1c10b96b.tar.gz
lufa-59ed10273c4f37079564d08a51bea2af1c10b96b.tar.bz2
lufa-59ed10273c4f37079564d08a51bea2af1c10b96b.zip
Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 5cb786296..5dc83cc65 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -27,6 +27,7 @@
* - Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions
* - Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount
* - Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK
+ * - Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero
*
* \section Sec_ChangeLog091122 Version 091122
*