X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/0899deaae3355428a4be749bdc618799a7d6af2d..ba8ffa4cb70a45f4e487a874276759d81ae8ae2e:/LUFA/ManPages/LibraryApps.txt
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 81b0d815e..91841b9d2 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -64,6 +64,7 @@
* - Host
* - ClassDriver
* - CDCHost - Virtual Serial Port host demo, using the library USB CDC 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
* driver framework
@@ -73,6 +74,8 @@
* - StillImageHost - Still Image Camera host demo, using the library USB Still Image Class driver framework
* - LowLevel
* - CDCHost - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC 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