aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-11-24 11:46:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-11-24 11:46:04 +0000
commit3b99abb5fcc4e92142d02b1a115fed8d5028596b (patch)
treea5120a18de747ac36a92d78f4c5173418cdbfc95 /LUFA/DoxygenPages
parente915d968a5bdb8619c465b94d21a3801446a6539 (diff)
downloadlufa-3b99abb5fcc4e92142d02b1a115fed8d5028596b.tar.gz
lufa-3b99abb5fcc4e92142d02b1a115fed8d5028596b.tar.bz2
lufa-3b99abb5fcc4e92142d02b1a115fed8d5028596b.zip
Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index b6f2aed18..589afee3b 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -13,7 +13,7 @@
* - Added support for the new B series XMEGA devices
* - Added support for version 2 of the Teensy boards (thanks to Christoph Redecker)
* - Added new Android Accessory Host class driver
- * - Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
+ * - Added new USB_Host_GetDescriptor(), USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
* - 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)