aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-01-28 18:07:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-01-28 18:07:35 +0000
commita147cee95f5373902242e7b34b92f7103fc05ae4 (patch)
tree369c51637fc54de34a4a1c134bb050be5bed8ed2 /LUFA/DoxygenPages/ChangeLog.txt
parentdd312cead486c5abb1c3e8efb949fc433ecadff9 (diff)
downloadlufa-a147cee95f5373902242e7b34b92f7103fc05ae4.tar.gz
lufa-a147cee95f5373902242e7b34b92f7103fc05ae4.tar.bz2
lufa-a147cee95f5373902242e7b34b92f7103fc05ae4.zip
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index ba6351570..6b9477e58 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -15,6 +15,7 @@
* - Added support for the USB2AX boards, hardware revision 1-3
* - Added new Android Accessory Host class driver
* - Added new USB_Host_GetDescriptor(), USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
+ * - Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver
* - Library Applications:
* - Added User Application APIs to the CDC and DFU class bootloaders
* - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs)