X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..b3a4d8512bcaf0feba16a3cbeeaabfcfeb9cf051:/Demos/Device/Mouse/Mouse.txt diff --git a/Demos/Device/Mouse/Mouse.txt b/Demos/Device/Mouse/Mouse.txt index 6764275ce..07982a713 100644 --- a/Demos/Device/Mouse/Mouse.txt +++ b/Demos/Device/Mouse/Mouse.txt @@ -41,7 +41,7 @@ * boot protocol compatible, and thus works under compatible BIOS as if * it was a native mouse (e.g. PS/2). * - * On startup the system will automatically enumerate and function + * On start-up the system will automatically enumerate and function * as a mouse when the USB connection to a host is present. To use * the mouse, move the joystick to move the pointer, and push the * joystick inwards to simulate a left-button click. The HWB serves as @@ -53,23 +53,9 @@ * *
| Define Name: | - *Location: | - *Description: | - *|
| INTERRUPT_CONTROL_ENDPOINT | - *Makefile CDEFS | - *When defined, this causes the demo to enable interrupts for the control endpoint, - * which services control requests from the host. If not defined, the control endpoint - * is serviced via polling using the task scheduler. | - *|
| INTERRUPT_DATA_ENDPOINT | - *Makefile CDEFS | - *When defined, this causes the demo to enable interrupts for the data endpoint, - * which services outgoing mouse button and movement reports to the host. If not defined, - * the data endpoint is serviced via polling using the task scheduler. | + *+ * None + * | *