aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/KeyboardHost/KeyboardHost.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-12 08:28:02 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-12 08:28:02 +0000
commit958a1b4e2bffdc548b34edd322d30cec5d5feacd (patch)
tree26ae804ec69ffb4f1c0e788eed9d3411b215a55c /Demos/Host/KeyboardHost/KeyboardHost.txt
parentea743970951cbcd6d5206b3136de8c9eb90298a5 (diff)
downloadlufa-958a1b4e2bffdc548b34edd322d30cec5d5feacd.tar.gz
lufa-958a1b4e2bffdc548b34edd322d30cec5d5feacd.tar.bz2
lufa-958a1b4e2bffdc548b34edd322d30cec5d5feacd.zip
Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman).
Removed support for endpoint/pipe non-control interrupts; these did not act in the way users expected, and had many subtle issues.
Diffstat (limited to 'Demos/Host/KeyboardHost/KeyboardHost.txt')
-rw-r--r--Demos/Host/KeyboardHost/KeyboardHost.txt13
1 files changed, 3 insertions, 10 deletions
diff --git a/Demos/Host/KeyboardHost/KeyboardHost.txt b/Demos/Host/KeyboardHost/KeyboardHost.txt
index 455c2d28b..a3d5f717d 100644
--- a/Demos/Host/KeyboardHost/KeyboardHost.txt
+++ b/Demos/Host/KeyboardHost/KeyboardHost.txt
@@ -56,16 +56,9 @@
*
* <table>
* <tr>
- * <td><b>Define Name:</b></td>
- * <td><b>Location:</b></td>
- * <td><b>Description:</b></td>
- * </tr>
- * <tr>
- * <td>INTERRUPT_DATA_ENDPOINT</td>
- * <td>Makefile CDEFS</td>
- * <td>When defined, this causes the demo to enable interrupts for the data pipe,
- * which services reports from the device. If not defined, the data pipe is
- * serviced via polling using the task scheduler.</td>
+ * <td>
+ * None
+ * </td>
* </tr>
* </table>
*/