Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
[pub/lufa.git] / LUFA / ManPages / LibraryApps.txt
index 380596d..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
- *        - <b>USBtoSerial</b> - USB to USART Serial converter demo, using the library USB CDC driver framework\r
  *      - <b>LowLevel</b>\r
  *        - <b>AudioInput</b> - Audio In (microphone) demo, using the low level LUFA APIs to implement the USB Audio class\r
  *        - <b>AudioOutput</b> - Audio Out (speaker) demo, using the low level LUFA APIs to implement the USB Audio class\r
  *        - <b>MIDI</b> - MIDI In demo, using the low level LUFA APIs to implement the USB MIDI-Audio class\r
  *        - <b>Mouse</b> - USB Mouse demo, using the low level LUFA APIs to implement the USB HID class\r
  *        - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the low level LUFA APIs to implement the USB RNDIS class\r
- *        - <b>USBtoSerial</b> - USB to USART Serial converter demo, using the low level LUFA APIs to implement the USB CDC class\r
  *      - <b>Incomplete</b>\r
  *        - <b>SideShow</b> - Incomplete Windows SideShow demo, using the low level LUFA APIs to implement the USB SideShow class\r
  *    - <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
@@ -74,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
  *    - <b>Benito</b> - Benito Board Arduino Programmer project\r
  *    - <b>Magstripe</b> - Magnetic Stripe Card Reader project\r
  *    - <b>MissileLaucher</b> - Toy Missile Launcher Host project\r
+ *    - <b>USBtoSerial</b> - USB to USART Serial Converter project\r
  *\r
  *  </small>\r
  */
\ No newline at end of file