X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..32f0f605efa293430a47d60bb857695ff6937d21:/Demos/Host/MouseHost/MouseHost.txt diff --git a/Demos/Host/MouseHost/MouseHost.txt b/Demos/Host/MouseHost/MouseHost.txt index d36c7313e..3838a7011 100644 --- a/Demos/Host/MouseHost/MouseHost.txt +++ b/Demos/Host/MouseHost/MouseHost.txt @@ -46,7 +46,7 @@ * This uses a naive method where the mouse is set to Boot Protocol mode, so * that the report structure is fixed and known. A better implementation * uses the HID report parser for correct report data processing across - * all compatable mice with advanced characteristics, as shown in the + * all compatible mice with advanced characteristics, as shown in the * MouseHostWithParser demo application. * * Currently only single interface mice are supported. @@ -57,16 +57,9 @@ * *
Define Name: | - *Location: | - *Description: | - *|
INTERRUPT_DATA_ENDPOINT | - *Makefile CDEFS | - *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. | + *+ * None + * | *