* further at the expense of a loss of flexibility).\r
*\r
* With one or two exceptions (e.g. proprietary classes such as RNDIS) all the included demos will work across all OSes without\r
- * the need for special drivers. One Windows, some demos require the supplied .INF file to be used as the device driver, which\r
+ * the need for special drivers. On Windows, some demos require the supplied .INF file to be used as the device driver, which\r
* directs the OS to use its inbuilt class drivers for the device.\r
*\r
* Also included with the library are three fully functional bootloaders, located in the /Bootloaders/ subdirectory.\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>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>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>GenericHIDHost</b> - Generic HID host demo, 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
* - <b>StillImageHost</b> - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class\r
* - <b>Incomplete</b>\r
* - <b>BluetoothHost</b> - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class\r
+ * - <b>DualRole</b>\r
+ * - <b>ClassDriver</b>\r
+ * - <b>MouseHostDevice</b> - Dual role Mouse Host and Mouse Device demo, using the library USB CDC Class driver framework\r
* - <b>Bootloaders</b>\r
* - <b>DFU</b> - DFU Class USB bootloader, compatible with Atmel's FLIP and the open source dfu-programmer software\r
* - <b>CDC</b> - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude\r