From ded32fca06a1ed5ab1a206cffea57e6f96c7d8ec Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 9 Feb 2014 17:40:23 -0600 Subject: [PATCH] The USB HID mouse driver is now functional. There are some usage issues as described in the top-level TODO list --- configs/olimex-lpc1766stk/README.txt | 6 +++--- configs/olimex-lpc1766stk/hidmouse/defconfig | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt index 4f47ffb183..aee46965fa 100644 --- a/configs/olimex-lpc1766stk/README.txt +++ b/configs/olimex-lpc1766stk/README.txt @@ -958,9 +958,9 @@ Where is one of the following: CONFIG_WINDOWS_CYGWIN=y : Cygwin environment on Windows CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery under Windows - 3. The mouse is really useless with no display and not cursor. So this - configuration is only suited for testing. It is also awkward to use. - Here are the steps: + 3. The mouse is really useless with no display and no cursor. So this + configuration is only suited for low-level testing. It is also awkward + to use. Here are the steps: - Remove the USB HID mouse and reset the board. - When the NSH prompt comes up type 'tc'. That will fail, but it diff --git a/configs/olimex-lpc1766stk/hidmouse/defconfig b/configs/olimex-lpc1766stk/hidmouse/defconfig index 1b73faea33..4f8e2cb7af 100644 --- a/configs/olimex-lpc1766stk/hidmouse/defconfig +++ b/configs/olimex-lpc1766stk/hidmouse/defconfig @@ -407,7 +407,6 @@ CONFIG_USBHOST_NPREALLOC=4 # CONFIG_USBHOST_MSC is not set # CONFIG_USBHOST_HIDKBD is not set CONFIG_USBHOST_HIDMOUSE=y -CONFIG_HIDMOUSE_POLLUSEC=100000 CONFIG_HIDMOUSE_DEFPRIO=50 CONFIG_HIDMOUSE_STACKSIZE=1024 CONFIG_HIDMOUSE_BUFSIZE=64