From ecf7538430c01b95104682f0f7493e57b9168125 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 20 Mar 2009 05:39:15 +0000 Subject: Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos. --- Demos/MouseHost/MouseHost.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Demos/MouseHost/MouseHost.txt') diff --git a/Demos/MouseHost/MouseHost.txt b/Demos/MouseHost/MouseHost.txt index a6d1ba828..d36c7313e 100644 --- a/Demos/MouseHost/MouseHost.txt +++ b/Demos/MouseHost/MouseHost.txt @@ -57,9 +57,16 @@ * * * - * + * + * + * + * + * + * + * + * * *
- * None - * Define Name:Location:Description:
INTERRUPT_DATA_ENDPOINTMakefile CDEFSWhen 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.
*/ \ No newline at end of file -- cgit v1.2.3