aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-10-16 08:04:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-10-16 08:04:51 +0000
commitc3dfc58707eafb6ed0efab5a50770294f5a6b3d3 (patch)
treed6bdb4cbca65164158f956dbac2a9469a74b2be7 /LUFA/ManPages
parente53c120a2240549d42d98be92f25d6e92caeab0a (diff)
downloadlufa-c3dfc58707eafb6ed0efab5a50770294f5a6b3d3.tar.gz
lufa-c3dfc58707eafb6ed0efab5a50770294f5a6b3d3.tar.bz2
lufa-c3dfc58707eafb6ed0efab5a50770294f5a6b3d3.zip
Fix invalid Event name rule in demo/project makefiles.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
-rw-r--r--LUFA/ManPages/FutureChanges.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 6c7fb5c6c..34c72864a 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -30,6 +30,7 @@
* - Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe)
* to send report to the attached device
* - Fixed ClassDriver AudioOutput device demo not selecting an audio output mode
+ * - Fixed incorrect SampleFrequencyType value in the AudioInput and AudioOutput ClassDriver demos' descriptors
*
* \section Sec_ChangeLog090924 Version 090924
*
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 7ea7489fe..5610b7cb4 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -16,13 +16,14 @@
* - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
*
* <b>Targeted for Future Releases:</b>
- * - Add standardized descriptor names to device and host class driver structures
+ * - Add standardized descriptor names to class driver structures
* - Remake AVRStudio project files
* - Add detailed overviews of how each demo works
* - Master LUFA include file rather than per-module includes
* - Change makefiles to allow for absolute LUFA location to be used
* - Abstract out the physical media from the Mass Storage device demos
* - Add RNDIS Host Class driver
+ * - Fix audio demos on Linux
* - Make new demos
* -# Multiple-report HID device
* -# Mouse/CDC Dual Class Device