summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_usbkeyboard.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-30 17:01:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-30 17:01:51 -0600
commitd2844edf44290bceada76c5dc0092987a59c18bc (patch)
treea615f09788f294e36b8aa7ed84ed2bf39c2d6ef5 /apps/nshlib/nsh_usbkeyboard.c
parent4a9bf5ea04ed5a843e2b029cc65a1d11d19f4bf4 (diff)
downloadnuttx-d2844edf44290bceada76c5dc0092987a59c18bc.tar.gz
nuttx-d2844edf44290bceada76c5dc0092987a59c18bc.tar.bz2
nuttx-d2844edf44290bceada76c5dc0092987a59c18bc.zip
dd support for a USB keyboard as the NxConsole and text widget input. Not fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
Diffstat (limited to 'apps/nshlib/nsh_usbkeyboard.c')
-rw-r--r--apps/nshlib/nsh_usbkeyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_usbkeyboard.c b/apps/nshlib/nsh_usbkeyboard.c
index 9baf78955..91aeaaa9a 100644
--- a/apps/nshlib/nsh_usbkeyboard.c
+++ b/apps/nshlib/nsh_usbkeyboard.c
@@ -116,7 +116,7 @@ static int nsh_wait_usbready(FAR const char *msg)
/* ENOENT means that the USB device is not yet connected and,
* hence, has no entry under /dev. If the USB driver still
- * exists under(because other threads still have the driver
+ * exists under /dev (because other threads still have the driver
* open), then we might also get ENODEV. Anything else would
* be really bad.
*/