mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 21:41:18 +08:00
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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user