X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/85f39a58c5cc885bd1cb79b357ec570ca04776d3..2d778a3ff55ace56359bcb9195bb4731a6dd15b5:/LUFA/ManPages/LibraryApps.txt?ds=inline
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 3b44aa6db..354ccb306 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -77,9 +77,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 - 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
+ * - 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 +94,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