aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-22 05:23:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-22 05:23:00 +0000
commitd0806c817cbf0c1b5c5362d1577eac6075c94dfc (patch)
tree1be89ddcaeceee05a5f230bbeb5784ee4c85193b /LUFA/ChangeLog.txt
parentb3a4d8512bcaf0feba16a3cbeeaabfcfeb9cf051 (diff)
downloadlufa-d0806c817cbf0c1b5c5362d1577eac6075c94dfc.tar.gz
lufa-d0806c817cbf0c1b5c5362d1577eac6075c94dfc.tar.bz2
lufa-d0806c817cbf0c1b5c5362d1577eac6075c94dfc.zip
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 6ccbb7fae..4a7f34eaa 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -26,6 +26,8 @@
* - 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
* - Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill)
+ * - Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the
+ * LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs
*
*
* \section Sec_ChangeLog090510 Version 090510