Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).
[pub/lufa.git] / Demos / Device / Mouse / Mouse.txt
index 6764275..07982a7 100644 (file)
@@ -41,7 +41,7 @@
  *  boot protocol compatible, and thus works under compatible BIOS as if\r
  *  it was a native mouse (e.g. PS/2).\r
  *  \r
- *  On startup the system will automatically enumerate and function\r
+ *  On start-up the system will automatically enumerate and function\r
  *  as a mouse when the USB connection to a host is present. To use\r
  *  the mouse, move the joystick to move the pointer, and push the\r
  *  joystick inwards to simulate a left-button click. The HWB serves as\r
  *\r
  *  <table>\r
  *   <tr>\r
- *    <td><b>Define Name:</b></td>\r
- *    <td><b>Location:</b></td>\r
- *    <td><b>Description:</b></td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td>INTERRUPT_CONTROL_ENDPOINT</td>\r
- *    <td>Makefile CDEFS</td>\r
- *    <td>When defined, this causes the demo to enable interrupts for the control endpoint,\r
- *        which services control requests from the host. If not defined, the control endpoint\r
- *        is serviced via polling using the task scheduler.</td>\r
- *   </tr>\r
- *   <tr>\r
- *    <td>INTERRUPT_DATA_ENDPOINT</td>\r
- *    <td>Makefile CDEFS</td>\r
- *    <td>When defined, this causes the demo to enable interrupts for the data endpoint,\r
- *        which services outgoing mouse button and movement reports to the host. If not defined,\r
- *        the data endpoint is serviced via polling using the task scheduler.</td>\r
+ *    <td>\r
+ *     None\r
+ *    </td>\r
  *   </tr>\r
  *  </table>\r
- */
\ No newline at end of file
+ */\r