X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2d778a3ff55ace56359bcb9195bb4731a6dd15b5..3309c00a99cca6d4a903aed9ecd092346b767ea0:/LUFA/ManPages/LibraryApps.txt
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 354ccb306..43e7660c5 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -66,6 +66,8 @@
* Measurement class
* - Host
* - ClassDriver
+ * - AudioInputHost - Audio Input host demo, using the library USB Audio Class driver framework
+ * - AudioOutputHost - Audio Output host demo, using the library USB Audio Class driver framework
* - JoystickHostWithParser - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework
* - KeyboardHost - USB Keyboard host demo, using the library USB HID Class driver framework
* - KeyboardHostWithParser - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class
@@ -77,8 +79,8 @@
* - StillImageHost - Still Image Camera host demo, using the library USB Still Image Class driver framework
* - VirtualSerialHost - Virtual Serial Port host demo, using the library USB CDC Class driver framework
* - LowLevel
- * - AudioInputHost - Incomplete Audio Input host demo, using the low level LUFA APIs to implement a USB microphone host
- * - AudioOutputHost - Incomplete Audio Output host demo, using the low level LUFA APIs to implement a USB speaker host
+ * - AudioInputHost - Audio Input host demo, using the low level LUFA APIs to implement the USB Audio class
+ * - AudioOutputHost - Audio Output host demo, using the low level LUFA APIs to implement the USB Audio class
* - GenericHIDHost - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class
* - JoystickHostWithParser - Joystick host demo with HID Descriptor parser, using the low level LUFA APIs to implement
* the USB HID class
@@ -105,6 +107,7 @@
* - Projects
* - AVRISP-MKII - AVRISP-MKII Programmer Clone project
* - Benito - Benito Board Arduino Programmer project
+ * - HIDReportViewer - HID Device Report Viewer project
* - LEDNotifier - USB LED Notification project
* - Magstripe - Magnetic Stripe Card Reader project
* - MediaController - Media Playback Controller project