X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dc68de15b69c2064b1b14d00659aa91054cccbe1..b6a4584a19e81c2e1f909355bbc64c2b8cea84f6:/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
diff --git a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
index 79bc5c432..3eec2a57d 100644
--- a/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
+++ b/Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt
@@ -31,11 +31,13 @@
*
*
* | Relevant Standards: |
- * USBIF HID Specification, USBIF HID Usage Tables |
+ * USBIF HID Specification \n
+ * USBIF HID Usage Tables |
*
*
* | Usable Speeds: |
- * Low Speed Mode, Full Speed Mode |
+ * Low Speed Mode \n
+ * Full Speed Mode |
*
*
*
@@ -47,10 +49,10 @@
* reports, allowing for correct operation across all USB mice. This
* demo supports mice with a single HID report.
*
- * Mouse movement and button presses are displayed on the board LEDs.
- * On connection to a USB mouse, the report items will be processed and
- * printed as a formatted list through the USART before the mouse is
- * fully enumerated.
+ * Mouse and scroll wheel movement and button presses are displayed
+ * on the board LEDs. On connection to a USB mouse, the report items
+ * will be processed and printed as a formatted list through the USART
+ * before the mouse is fully enumerated.
*
* Currently only single interface mice are supported.
*