X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6d2a08f1b77208de1f71dd4035d21f13e3f90462..deaab900899b90cc3fea4adb48cbc82e2dfe7de8:/LUFA/ManPages/LibraryApps.txt
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 3b44aa6db..e3f20f51c 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,9 +79,11 @@
* - 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 - 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
- * - GenericHIDHost - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class
* - KeyboardHost - USB Keyboard host demo, using the low level LUFA APIs to implement the USB HID class
* - KeyboardHostWithParser - USB Keyboard host demo with HID Descriptor parser, using the low level LUFA APIs to
* implement the USB HID class
@@ -92,8 +96,6 @@
* - StillImageHost - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class
* - VirtualSerialHost - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class
* - Incomplete
- * - 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
* - BluetoothHost - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class
* - DualRole
* - ClassDriver