Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
[pub/lufa.git] / LUFA / ManPages / LibraryApps.txt
index ceb2652..91841b9 100644 (file)
  *        - <b>AudioInput</b> - Audio In (microphone) demo, using the library USB Audio Class driver framework\r
  *        - <b>AudioOutput</b> - Audio Out (speaker) demo, using the library USB Audio Class driver framework\r
  *        - <b>CDC</b> - Virtual Serial Port demo, using the library USB CDC Class driver framework\r
+ *        - <b>CDCMouse</b> - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks\r
  *        - <b>DualCDC</b> - Dual Virtual Serial Port demo, using the library USB CDC Class driver framework\r
  *        - <b>GenericHID</b> - Generic Human Interface Class demo, using the library USB HID Class driver framework\r
  *        - <b>Joystick</b> - USB Joystick demo, using the library USB HID Class driver framework\r
  *        - <b>Keyboard</b> - USB Keyboard demo, using the library USB HID Class driver framework\r
  *        - <b>KeyboardMouse</b> - Dual Keyboard/Mouse demo, using the library USB HID Class driver framework\r
  *        - <b>MassStorage</b> - Dual Drive Mass Storage demo, using the library USB Mass Storage Class driver framework\r
- *        - <b>MassStorageKeyboard</b> - Mass Storage and Keyboard demo, using the library USB Mass Storage Class driver framework\r
+ *        - <b>MassStorageKeyboard</b> - Mass Storage and Keyboard demo, using the library USB Mass Storage/HID Class driver frameworks\r
  *        - <b>MIDI</b> - MIDI In demo, using the library USB MIDI-Audio Class driver framework\r
  *        - <b>Mouse</b> - USB Mouse demo, using the library USB HID driver framework\r
  *        - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework\r
@@ -63,6 +64,7 @@
  *    - <b>Host</b>\r
  *      - <b>ClassDriver</b>\r
  *        - <b>CDCHost</b> - Virtual Serial Port host demo, using the library USB CDC Class driver framework\r
+ *        - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework\r
  *        - <b>KeyboardHost</b> - USB Keyboard host demo, using the library USB HID Class driver framework\r
  *        - <b>KeyboardHostWithParser</b> - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class\r
  *                                          driver framework\r
@@ -72,6 +74,8 @@
  *        - <b>StillImageHost</b> - Still Image Camera host demo, using the library USB Still Image Class driver framework\r
  *      - <b>LowLevel</b>\r
  *        - <b>CDCHost</b> - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class\r
+ *        - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the low level LUFA APIs to implement \r
+ *                                          the USB HID class\r
  *        - <b>GenericHIDHost</b> - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class\r
  *        - <b>KeyboardHost</b> - USB Keyboard host demo, using the low level LUFA APIs to implement the USB HID class\r
  *        - <b>KeyboardHostWithParser</b> - USB Keyboard host demo with HID Descriptor parser, using the low level LUFA APIs to\r