From c3dfc58707eafb6ed0efab5a50770294f5a6b3d3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 16 Oct 2009 08:04:51 +0000 Subject: Fix invalid Event name rule in demo/project makefiles. --- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/FutureChanges.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/ManPages') 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 * * Targeted for Future Releases: - * - 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 -- cgit v1.2.3