Skip to content
Snippets Groups Projects
Commit 0f83209b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Trivial updates assocaited with USB host mass storage and SAMA5 EHCI

parent 1094bbb3
No related branches found
No related tags found
No related merge requests found
...@@ -582,6 +582,8 @@ int msconn_main(int argc, char *argv[]) ...@@ -582,6 +582,8 @@ int msconn_main(int argc, char *argv[])
* that the USB mass storage device is already configured). There is * that the USB mass storage device is already configured). There is
* no handshaking so there is a race condition: We will check again * no handshaking so there is a race condition: We will check again
* when the daemon is started. * when the daemon is started.
*
* REVISIT: This might a good application for vfork();
*/ */
if (g_usbmsc.mshandle) if (g_usbmsc.mshandle)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment