aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-28 15:56:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-28 15:56:27 +0000
commite57e08c67237cf73d28afac7f672ec1e74ec308d (patch)
treefbcde1d11f182543074a13c0ca5b8e6e911c7560 /LUFA/ManPages/ChangeLog.txt
parent409c49f057f2d1cdea1fc2856ac20771bc0089d1 (diff)
downloadlufa-e57e08c67237cf73d28afac7f672ec1e74ec308d.tar.gz
lufa-e57e08c67237cf73d28afac7f672ec1e74ec308d.tar.bz2
lufa-e57e08c67237cf73d28afac7f672ec1e74ec308d.zip
Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 18b609080..9ef7302ca 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -9,6 +9,16 @@
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* <b>New:</b>
+ *
+ * <b>Changed:</b>
+ *
+ * <b>Fixed:</b>
+ * - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
+ * device ID (thanks to Andrei Krainev)
+ *
+ * \section Sec_ChangeLog090924 Version 090924
+ *
+ * <b>New:</b>
* - Added new host mode class drivers and matching demos to the library for rapid application development
* - Added flag to the HID report parser to indicate if a device has multiple reports
* - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and