From 1094bbb382f312d2ac6be76c12f3813814d7a093 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 7 Sep 2013 10:12:02 -0600 Subject: [PATCH] Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c91f07574..4d076afa1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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).