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.

This commit is contained in:
Gregory Nutt
2014-07-30 17:01:51 -06:00
parent 85f245202b
commit 6671be97cc
2 changed files with 18 additions and 7 deletions

View File

@@ -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.
*/