Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration

This commit is contained in:
Gregory Nutt 2013-09-07 10:12:02 -06:00
parent b345e0d8e7
commit 1094bbb382

View File

@ -640,5 +640,5 @@
though msconn returned. The USB MSC logic really should not use
a pthread, but we are stuck with that for now. The work-around
is the msconn now daemonizes itself so that it so taht the pthread
is created in a different task group (2013-8-6).
is created in a different task group (2013-9-7).