aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-19 10:33:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-19 10:33:29 +0000
commit4a8ac5e474741f14492597880e751b3f806cb965 (patch)
treeedbead7bd150e132e8539720f243685bfa91469d /LUFA/ChangeLog.txt
parent2ee9fc707784e115d744dbc229bdc893f4bb6bc1 (diff)
downloadlufa-4a8ac5e474741f14492597880e751b3f806cb965.tar.gz
lufa-4a8ac5e474741f14492597880e751b3f806cb965.tar.bz2
lufa-4a8ac5e474741f14492597880e751b3f806cb965.zip
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed.
Minor documentation improvements.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 77599c9ef..7779576f4 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -24,6 +24,7 @@
* - Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley)
* - Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code
* - Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code
+ * - USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed
*
*
* \section Sec_ChangeLog090510 Version 090510