Ensure all USB device class drivers have the same three main functions as their inter...
[pub/lufa.git] / Demos / Host / KeyboardHost / KeyboardHost.txt
index 8abe99f..a3d5f71 100644 (file)
@@ -45,7 +45,7 @@
  *  This uses a naive method where the keyboard is set to Boot Protocol mode, so\r
  *  that the report structure is fixed and known. A better implementation\r
  *  uses the HID report parser for correct report data processing across\r
- *  all compatable mice with advanced characteristics, as shown in the\r
+ *  all compatible mice with advanced characteristics, as shown in the\r
  *  KeyboardHostWithParser demo application.\r
  *  \r
  *  Currently only single interface keyboards are supported.\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_DATA_ENDPOINT</td>\r
- *    <td>Makefile CDEFS</td>\r
- *    <td>When defined, this causes the demo to enable interrupts for the data pipe,\r
- *        which services reports from the device. If not defined, the data pipe is\r
- *        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